Skip to content

Commit

Permalink
fixing starting condition
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed May 17, 2024
1 parent a3f4242 commit 5029633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_version_enforce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build-release-content:
if: ${{ github.event.pull_request.merged && startsWith(github.head_ref, 'release-') }}
if: ${{ github.ref_name == startsWith('release-') }} # only run on release- branches
runs-on: ubuntu-latest
container:
image: ${{ vars.CONTAINER_SOURCE }}/debian/gcc/release/abn:latest
Expand Down

0 comments on commit 5029633

Please sign in to comment.