Skip to content

Commit

Permalink
WIP: try to deply from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Mar 23, 2024
1 parent aea1e19 commit 51563d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
deploy-fly:
runs-on: ubuntu-latest
name: Deploy app to fly
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main'
needs: [test]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 51563d8

Please sign in to comment.