disable ci on master and release branches
This commit is contained in:
parent
f24a741cbb
commit
2d48781f8e
|
@ -1,6 +1,9 @@
|
|||
name: tests
|
||||
on:
|
||||
push:
|
||||
branch-ignore:
|
||||
- 'master'
|
||||
- 'release/**'
|
||||
pull_request:
|
||||
jobs:
|
||||
integration_tests:
|
||||
|
|
Loading…
Reference in New Issue