diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98e5158..0728a7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,9 @@ on: workflows: [CI] types: [completed] branches: [main] - + push: + branches: [ "small-fix-to-release" ] + jobs: check_commit: name: Check Commit @@ -33,7 +35,7 @@ jobs: echo "release message found - continuing with the release" IS_RELEASE="true" else - echo "release message found - skipping..." + echo "no release message found - skipping..." IS_RELEASE="false" fi