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 "BREAK_ACTION=true" >> $GITHUB_ENV
|
||||
|
||||
- name: PUSH on master/develop patch branch
|
||||
if: ${{ env.BREAK_ACTION == false && github.event_name == 'push' }}
|
||||
- name: RELEASE on master/develop patch branch
|
||||
if: ${{ env.BREAK_ACTION == false && github.event.pull_request.merged }}
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ github.ref_name }}" =~ ^master(-patch.*)?$ ]]; then
|
||||
|
Reference in New Issue
Block a user