Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

Commit 4574423

Browse files
committed
Correction to build from master branch in workflow
1 parent e76c8e1 commit 4574423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 0 * * SAT" # every saturday at midnight
77
push:
88
branches:
9-
- "main"
9+
- "master"
1010

1111
jobs:
1212
build-image:

0 commit comments

Comments
 (0)