mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 04:13:46 +02:00
actions(tests): only run once for pull requests
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -1,9 +1,8 @@
|
||||
name: Run Tests
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
- 'release/**'
|
||||
branches:
|
||||
- 'develop'
|
||||
pull_request:
|
||||
jobs:
|
||||
tests:
|
||||
|
||||
Reference in New Issue
Block a user