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.
2 parents 1b02428 + 7fa76e6 commit d224a40Copy full SHA for d224a40
1 file changed
.github/workflows/test.yml
@@ -2,7 +2,10 @@ name: Test
2
3
on:
4
push:
5
- pull_request:
+ branches-ignore:
6
+ - main
7
+ tags-ignore:
8
+ - 'v*'
9
10
jobs:
11
test_code:
0 commit comments