mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
fix event for release
This commit is contained in:
4
.github/actions/before-install/action.yml
vendored
4
.github/actions/before-install/action.yml
vendored
@@ -44,8 +44,8 @@ runs:
|
|||||||
echo CI_FORCE_RUN=true >> $GITHUB_ENV
|
echo CI_FORCE_RUN=true >> $GITHUB_ENV
|
||||||
echo "BREAK_ACTION=true" >> $GITHUB_ENV
|
echo "BREAK_ACTION=true" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: PUSH on master/develop patch branch
|
- name: RELEASE on master/develop patch branch
|
||||||
if: ${{ env.BREAK_ACTION == false && github.event_name == 'push' }}
|
if: ${{ env.BREAK_ACTION == false && github.event.pull_request.merged }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ github.ref_name }}" =~ ^master(-patch.*)?$ ]]; then
|
if [[ "${{ github.ref_name }}" =~ ^master(-patch.*)?$ ]]; then
|
||||||
|
Reference in New Issue
Block a user