We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e87b88 commit 9147dbaCopy full SHA for 9147dba
.github/workflows/ci.yml
@@ -176,7 +176,8 @@ jobs:
176
runs-on: ubuntu-latest
177
needs: [tests]
178
if: >
179
- contains(github.event.head_commit.message, '[publish]')
+ contains(github.event.head_commit.message, '[publish]') &&
180
+ github.ref_name == 'master'
181
steps:
182
- uses: actions/checkout@v4
183
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
0 commit comments