We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb27acf commit 4ca01ffCopy full SHA for 4ca01ff
.github/workflows/main.yml
@@ -4,6 +4,7 @@ env:
4
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
5
jobs:
6
deploy:
7
+ if: github.ref == 'refs/heads/main'
8
name: Deploy app
9
runs-on: ubuntu-latest
10
steps:
0 commit comments