diff --git a/.github/workflows/package-publish.yml b/.github/workflows/package-publish.yml index 0f95a99ce..4d17e277c 100644 --- a/.github/workflows/package-publish.yml +++ b/.github/workflows/package-publish.yml @@ -5,6 +5,9 @@ on: version: description: 'Target version' required: true + push: + branches: + - 'feat/AC-1856' jobs: publish: diff --git a/.github/workflows/release-ticket-creation.yml b/.github/workflows/release-ticket-creation.yml index 7fe935f78..6847fa7b4 100644 --- a/.github/workflows/release-ticket-creation.yml +++ b/.github/workflows/release-ticket-creation.yml @@ -5,6 +5,9 @@ on: branch_name: description: 'Type a branch name starting with `release/v`' required: true + push: + branches: + - 'feat/AC-1856' jobs: trigger-release-ticket-creation: