Skip to content

Commit 96c6990

Browse files
committed
fixed yaml typo, refs #59
1 parent 45556eb commit 96c6990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish-image.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Build and publish
55
on:
66
push:
77
branches:
8-
- ["main", "v3-dev"]
8+
- main
9+
- v3-dev
910

1011
jobs:
1112
build-and-publish-image:

0 commit comments

Comments
 (0)