Skip to content

Commit 8d896fb

Browse files
committed
fix main branch name
1 parent 97f822a commit 8d896fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Publish Container
22

33
on:
44
push:
5-
branches: ["main", "feature/*"]
5+
branches: ["master", "feature/*"]
66
tags: ["v*.*.*"]
77
pull_request:
8-
branches: ["main"]
8+
branches: ["master"]
99

1010
env:
1111
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)