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 e9d3c18 commit 45b1504Copy full SHA for 45b1504
.github/workflows/test.yml
@@ -3,6 +3,7 @@ on: push
3
jobs:
4
release:
5
runs-on: ubuntu-latest
6
+ if: github.ref == 'refs/heads/main'
7
strategy:
8
max-parallel: 1
9
needs: test
0 commit comments