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 0bac31f commit fdef5caCopy full SHA for fdef5ca
1 file changed
.github/workflows/test.yml
@@ -3,8 +3,10 @@ name: Test
3
on:
4
pull_request:
5
push:
6
- branches:
7
- - main
+ branches-ignore:
+ - release
8
+ tags-ignore:
9
+ - "*"
10
11
jobs:
12
unit-tests:
0 commit comments