Skip to content

Commit

Permalink
Merge pull request #2487 from HDR-Development/pre-release
Browse files Browse the repository at this point in the history
it's back I guess
  • Loading branch information
WuBoytH authored Aug 2, 2024
2 parents 47c408a + da99643 commit 284ab34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
changelog: ${{ steps.github_changelog.outputs.changelog }}
steps:
# fail out if this is not a merge commit
# - name: ensure merge
# if: ${{ !startsWith(github.event.head_commit.message, 'Merge') }}
# run: exit 1
- name: ensure merge
if: ${{ !startsWith(github.event.head_commit.message, 'Merge') }}
run: exit 1

- name: checkout version
uses: actions/[email protected]
Expand Down

0 comments on commit 284ab34

Please sign in to comment.