Skip to content

Commit

Permalink
fix: comment if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRampoldi committed Apr 9, 2024
1 parent 5c30144 commit 77db1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Deploy to server
runs-on: ubuntu-latest
needs: [Build]
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
# if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}

steps:
- name: Connect Tailscale
Expand Down

0 comments on commit 77db1b2

Please sign in to comment.