We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4695135 commit 2a7214dCopy full SHA for 2a7214d
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
release:
40
# Only run on push to main, not on PRs
41
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v3')
42
needs: [ lint, test ]
43
runs-on: ubuntu-latest
44
0 commit comments