Skip to content

Commit

Permalink
feat: upload to GHCR from prep-mw- branches as well (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
rti authored Nov 15, 2023
1 parent 48eca72 commit df3804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
upload_ghcr:
runs-on: ubuntu-latest
timeout-minutes: 20
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/mw-')
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/mw-') || startsWith(github.ref, 'refs/heads/prep-mw-')

needs:
- test
Expand Down

0 comments on commit df3804d

Please sign in to comment.