Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit a2d238e

Browse files
malinnsnieskeMailn Nifeli Snieske
andauthored
only trigger fly deploy on merge (#163)
Co-authored-by: Mailn Nifeli Snieske <malin@bekk-mac-3333.shared>
1 parent 8909389 commit a2d238e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149

150150
deploy-fly:
151151
name: Deploy app
152+
if: github.ref == 'refs/heads/main'
152153
runs-on: ubuntu-latest
153154
concurrency: deploy-group # optional: ensure only one action runs at a time
154155
needs: [tests]

0 commit comments

Comments
 (0)