Skip to content

Commit 1c194e9

Browse files
Fix wrong docker github action branch
1 parent 6b4f6c0 commit 1c194e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Create and publish a Docker image
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
release:
88
types: [published]
99
workflow_dispatch:

0 commit comments

Comments
 (0)