Skip to content

Commit 37e8a30

Browse files
committed
test if pushing a branch and tagging can be triggered
Signed-off-by: Billy Zha <[email protected]>
1 parent 39eb369 commit 37e8a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ghcr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: release-ghcr
1616
on:
1717
push:
1818
tags: [v*]
19-
branches: [main]
19+
branches: [main, test-main]
2020

2121
jobs:
2222
build:

0 commit comments

Comments
 (0)