Skip to content

Commit

Permalink
Revert commented out condition on release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr committed Sep 18, 2024
1 parent 219c9f6 commit 7b86049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
release-dry-run:
runs-on: ubuntu-latest
needs: [lint, test]
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7b86049

Please sign in to comment.