Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Mar 6, 2024
1 parent 3a8f633 commit 0546b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Protect master branch
################
- name: Check branch
if: ${{ github.repository != 'geosolutions-it/MapStore2' || github.ref == 'master' }}
if: ${{ github.ref == 'master' }}
uses: actions/github-script@v3
with:
script: |
Expand Down

0 comments on commit 0546b42

Please sign in to comment.