We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24a741 commit 2d48781Copy full SHA for 2d48781
.github/workflows/tests.yml
@@ -1,6 +1,9 @@
1
name: tests
2
on:
3
push:
4
+ branch-ignore:
5
+ - 'master'
6
+ - 'release/**'
7
pull_request:
8
jobs:
9
integration_tests:
0 commit comments