Skip to content

Commit

Permalink
ci(workflow): update GA workflow triggering event
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Sep 25, 2023
1 parent e00b93f commit 1506f23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/helm-integration-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Helm Integration Test (release)

on:
workflow_dispatch:
push:
pull_request:
branches:
- release-please--branches--main
push:
tags:
- v*

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Integration Test (release)

on:
workflow_dispatch:
push:
pull_request:
branches:
- release-please--branches--main
push:
tags:
- v*

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/make-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Make All

on:
workflow_dispatch:
push:
pull_request:
branches:
- release-please--branches--main
push:
tags:
- v*

Expand Down

0 comments on commit 1506f23

Please sign in to comment.