Skip to content

Commit

Permalink
Merge pull request #96 from PhlexUI/cirdes/fix-fly-deploy
Browse files Browse the repository at this point in the history
Fix fly deploy reference
  • Loading branch information
cirdes authored Aug 8, 2024
2 parents 6d86f29 + e02bd1c commit a402563
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 @@ -86,7 +86,7 @@ jobs:
heroku_email: "[email protected]"

fly-deploy:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/v1' }}
needs: [lint, test]
name: Deploy app
runs-on: ubuntu-latest
Expand Down

0 comments on commit a402563

Please sign in to comment.