We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dfacd commit 6a3df14Copy full SHA for 6a3df14
.github/workflows/publish.yml
@@ -7,8 +7,6 @@ name: Publish Docker image
7
8
on:
9
push:
10
- branches:
11
- - 'main'
12
13
jobs:
14
push_to_registries:
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
4
5
branches:
6
- - master
+ - main
release-please:
0 commit comments