Skip to content

Commit

Permalink
Merge pull request #347 from korthout/backport-346-to-release-v1.3
Browse files Browse the repository at this point in the history
[Backport release-v1.3] Publish artifacts on release branches
  • Loading branch information
korthout authored Jun 8, 2023
2 parents 7ad0341 + 90a022c commit 82e468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Publish artifacts
if: >
github.ref == 'refs/heads/main'
|| contains('refs/heads/release', github.ref)
|| startsWith(github.ref, 'refs/heads/release')
uses: EndBug/add-and-commit@v9
with:
commit: --signoff
Expand Down

0 comments on commit 82e468a

Please sign in to comment.