We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45556eb commit 96c6990Copy full SHA for 96c6990
.github/workflows/build-and-publish-image.yml
@@ -5,7 +5,8 @@ name: Build and publish
5
on:
6
push:
7
branches:
8
- - ["main", "v3-dev"]
+ - main
9
+ - v3-dev
10
11
jobs:
12
build-and-publish-image:
0 commit comments