There was an error while loading. Please reload this page.
1 parent 8909389 commit a2d238eCopy full SHA for a2d238e
1 file changed
.github/workflows/deploy.yml
@@ -149,6 +149,7 @@ jobs:
149
150
deploy-fly:
151
name: Deploy app
152
+ if: github.ref == 'refs/heads/main'
153
runs-on: ubuntu-latest
154
concurrency: deploy-group # optional: ensure only one action runs at a time
155
needs: [tests]
0 commit comments