Skip to content

Commit 7386aa7

Browse files
fix(workflow): restrict push trigger to main branch only
1 parent 2658245 commit 7386aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "15 3 * * *" # sadly there is no TZ support here
77
push:
88
branches:
9-
- "*"
9+
- "main"
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)