We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a174597 commit eb3fea4Copy full SHA for eb3fea4
.github/workflows/ci.yaml
@@ -88,7 +88,7 @@ jobs:
88
- integration
89
- integration-boringcrypto
90
- lint
91
- if: github.event_name == 'push' # We want this job to run for both pushes to main, as well as new tags.
+ if: github.event_name == 'push' && github.ref_type == 'tag' # Only run for tag pushes
92
permissions:
93
contents: write # Needed to be able to create releases.
94
id-token: write
0 commit comments