diff --git a/.github/workflows/helm-chart-lint.yaml b/.github/workflows/helm-chart-lint.yaml index eac0d5bbd..5ebb65c4e 100644 --- a/.github/workflows/helm-chart-lint.yaml +++ b/.github/workflows/helm-chart-lint.yaml @@ -20,7 +20,7 @@ on: workflow_dispatch: pull_request: types: [opened, synchronize, reopened] - branches: [ main, 'feature/**' ] + branches: [ main, 'feature/**', 'release/**' ] paths: - 'deployments/charts/**' - '.github/workflows/helm-chart-lint.yaml' diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index b64130df9..da93b7312 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -20,7 +20,7 @@ on: workflow_dispatch: pull_request: types: [opened, synchronize, reopened, closed] - branches: [ main, 'feature/**' ] + branches: [ main, 'feature/**', 'release/**' ] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} diff --git a/.github/workflows/pr-description-check.yaml b/.github/workflows/pr-description-check.yaml index bf42da6c2..505dda952 100644 --- a/.github/workflows/pr-description-check.yaml +++ b/.github/workflows/pr-description-check.yaml @@ -19,7 +19,7 @@ name: PR Description Check on: pull_request: types: [opened, synchronize, reopened, edited] - branches: [ main, 'feature/**' ] + branches: [ main, 'feature/**', 'release/**' ] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }}