Skip to content

Commit 4ca01ff

Browse files
committed
Only doing this workflow on the main branch
1 parent bb27acf commit 4ca01ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ env:
44
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
55
jobs:
66
deploy:
7+
if: github.ref == 'refs/heads/main'
78
name: Deploy app
89
runs-on: ubuntu-latest
910
steps:

0 commit comments

Comments
 (0)