diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ce78f62..8b77695 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -11,6 +11,7 @@ on: - "feature/*" - "bugfix/*" - "hotfix/*" + - "release/*" pull_request: branches: - "master" @@ -18,6 +19,7 @@ on: - "feature/*" - "bugfix/*" - "hotfix/*" + - "release/*" permissions: contents: read