Don't run CI twice for dev branch
This commit is contained in:
parent
90a2e8f3d7
commit
3349988193
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
on:
|
||||
- push
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dev'
|
||||
jobs:
|
||||
test-frontend:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue