Skip to content

Commit

Permalink
docs: upload_ghcr if
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Nov 17, 2023
1 parent 1e4fa5a commit f216cd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20

# we only upload to github container registry builds
# - from the main branch
# - builds from release branches and
# - builds from PRs going to the release branches
# we only upload builds to github container registry
# - from main branch builds
# - from release branch builds and
# - builds from PRs going to a release branch
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/mw-') || startsWith(github.base_ref, 'mw-')

needs:
Expand Down

0 comments on commit f216cd0

Please sign in to comment.