Skip to content

Commit

Permalink
fix: workflow push and PR events
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Nov 14, 2023
1 parent 167b926 commit 5376d37
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ name: Create and publish a Docker image

on:
push:
branches: ["release"]
branches:
- main
- release
pull_request:
branches:
- "**"


env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 5376d37

Please sign in to comment.