diff --git a/.github/workflows/helm-integration-test-release.yml b/.github/workflows/helm-integration-test-release.yml index 728e98886..fa2917ef7 100644 --- a/.github/workflows/helm-integration-test-release.yml +++ b/.github/workflows/helm-integration-test-release.yml @@ -2,9 +2,10 @@ name: Helm Integration Test (release) on: workflow_dispatch: - push: + pull_request: branches: - release-please--branches--main + push: tags: - v* diff --git a/.github/workflows/integration-test-release.yml b/.github/workflows/integration-test-release.yml index 09dc0bee4..e561bf43d 100644 --- a/.github/workflows/integration-test-release.yml +++ b/.github/workflows/integration-test-release.yml @@ -2,9 +2,10 @@ name: Integration Test (release) on: workflow_dispatch: - push: + pull_request: branches: - release-please--branches--main + push: tags: - v* diff --git a/.github/workflows/make-all.yml b/.github/workflows/make-all.yml index cd34203f0..b00063bc2 100644 --- a/.github/workflows/make-all.yml +++ b/.github/workflows/make-all.yml @@ -2,9 +2,10 @@ name: Make All on: workflow_dispatch: - push: + pull_request: branches: - release-please--branches--main + push: tags: - v*