Skip to content

Commit

Permalink
docker.yml: run on docker branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Nov 2, 2023
1 parent dd76dfa commit d9406e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Create and publish a Docker image

on:
push:
branches: [master, main]
branches: [master, main, docker]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit d9406e2

Please sign in to comment.