Skip to content

Commit

Permalink
Update prepare_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Oct 4, 2023
1 parent 4bee51d commit 9dcb1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 9dcb1e1

Please sign in to comment.