Skip to content

Commit

Permalink
ci: run on all pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Oct 16, 2024
1 parent 7683ee4 commit e9689b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-tagged-release-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: helm-weekly-release-pr
name: Helm tagged release PR

on:
release:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/helm-weekly-release-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: helm-weekly-release-pr
name: Helm weekly release PR

on:
schedule:
Expand All @@ -7,8 +7,6 @@ on:
workflow_dispatch: # for manual testing

pull_request:
branches:
- fix-helm-release

jobs:
weekly-release-pr:
Expand Down

0 comments on commit e9689b8

Please sign in to comment.