Skip to content

Commit

Permalink
Deploy only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Dec 15, 2023
1 parent e8de4a3 commit 2e2f04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [test, analyze]
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down

0 comments on commit 2e2f04a

Please sign in to comment.