Skip to content

Commit db86af7

Browse files
committed
Fix actions
1 parent 9074c34 commit db86af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Docker
77

88
on:
99
push:
10-
branches: [ main ]
10+
branches: [ master ]
1111
pull_request:
12-
branches: [ main ]
12+
branches: [ master ]
1313

1414
env:
1515
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)