Skip to content

Commit d2ee528

Browse files
committed
chore: disable pull request publish
1 parent 63b0d8a commit d2ee528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
release:
5555
runs-on: ubuntu-latest
56-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
56+
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
5757
needs:
5858
- lint-chart
5959
- lint-docs

0 commit comments

Comments
 (0)