Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MattEdwardsWaggleBee committed Jun 21, 2024
2 parents c8932f1 + 04eecfe commit 414deb7
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 @@ -23,7 +23,7 @@ jobs:

steps:
- name: Check For Valid Prerelease
if: env.ALLOW_PRERELEASE != '${{ github.event.inputs.is_prerelease }}'
if: ${{ env.ALLOW_PRERELEASE == 'true' && github.event.inputs.is_prerelease == 'false' || github.ref == 'refs/heads/main'}}
run: |
echo "Prereleases should not be triggered on the main branch, please use development or hotfix"
exit 1
Expand Down

0 comments on commit 414deb7

Please sign in to comment.