From 979c08e783027b3c24f01129541e322e202c2c3d Mon Sep 17 00:00:00 2001 From: Marshall Asch Date: Tue, 31 Dec 2024 12:17:53 -0500 Subject: [PATCH] chore: run on all pr events --- .github/workflows/version.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index ed2661ac..d1ff8112 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -1,7 +1,10 @@ name: Bump Version and Generate Docs on: - pull_request_review: - types: [submitted] + pull_request: + branches: + - master + paths: + - 'charts/**' jobs: changes: