Skip to content

Commit

Permalink
feat: if reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-affinidi committed Sep 9, 2024
1 parent 63689d2 commit b1f851c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ jobs:
command: clippy

release:
# if: base_ref == 'main'
if: false
if: github.ref == 'refs/heads/main'
needs: [cargo-deny, check, fmt, test, clippy, audit]
runs-on: ubuntu-24.04
environment: "release"
Expand Down

0 comments on commit b1f851c

Please sign in to comment.