Skip to content

Commit 6a3df14

Browse files
committed
fix: Remove branch from release
1 parent 52dfacd commit 6a3df14

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ name: Publish Docker image
77

88
on:
99
push:
10-
branches:
11-
- 'main'
1210

1311
jobs:
1412
push_to_registries:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release-please:

0 commit comments

Comments
 (0)