Skip to content

Commit

Permalink
update branch pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Oct 18, 2024
1 parent 3ac4130 commit 6f581ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
uses: ClubCedille/cedille-workflows/.github/workflows/build-push-ghcr.yaml@master
with:
container-name: ${{ github.event.repository.name }}
push-latest: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
push-latest: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
secrets: inherit

0 comments on commit 6f581ed

Please sign in to comment.