Skip to content

Commit

Permalink
it's back I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBoytH committed Aug 2, 2024
1 parent a4ada23 commit da99643
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 da99643

Please sign in to comment.