Skip to content

Commit

Permalink
only upload to registry on main
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-the-programmer committed Aug 10, 2024
1 parent 97f0ac0 commit 1e8bbf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
push_to_registry:
name: Push Docker image to GitHub Container Registry
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

steps:
- name: Check out the repo
Expand Down

0 comments on commit 1e8bbf7

Please sign in to comment.