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 569451d commit c0c721dCopy full SHA for c0c721d
.github/workflows/frontend.yml
@@ -94,6 +94,7 @@ jobs:
94
prod:
95
needs: test
96
runs-on: ubuntu-latest
97
+ if: github.ref == 'refs/heads/main'
98
99
strategy:
100
matrix:
0 commit comments