We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa219ad commit eb02fd1Copy full SHA for eb02fd1
.github/workflows/fly.yml
@@ -2,7 +2,7 @@ name: Fly Deploy
2
on:
3
push:
4
branches:
5
- - master # change to main if needed
+ - main # change to main if needed
6
jobs:
7
deploy:
8
name: Deploy app
0 commit comments