Skip to content

Commit

Permalink
fix branch name in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mwennrich committed Mar 26, 2024
1 parent 8c0c587 commit e21ed10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Docker Build Action
on:
pull_request:
branches:
- main
- master
release:
types:
- published
push:
branches:
- main
- master

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit e21ed10

Please sign in to comment.