Skip to content

Commit

Permalink
test if pushing a branch and tagging can be triggered
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Dec 20, 2023
1 parent 39eb369 commit 37e8a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: release-ghcr
on:
push:
tags: [v*]
branches: [main]
branches: [main, test-main]

jobs:
build:
Expand Down

0 comments on commit 37e8a30

Please sign in to comment.