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 96f7f36 commit 5f6df67Copy full SHA for 5f6df67
.github/workflows/test.yml
@@ -7,7 +7,7 @@ on:
7
8
concurrency:
9
group: ${{ github.ref }}
10
- cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
11
12
jobs:
13
linter:
0 commit comments