Skip to content

Commit ea62c92

Browse files
committed
fix:범위 수정
1 parent 4082018 commit ea62c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
makeTagAndRelease:
5858
needs: test
59-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
59+
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/chore/107') && github.event_name == 'push'
6060
runs-on: ubuntu-latest
6161
outputs:
6262
tag_name: ${{ steps.create_tag.outputs.new_tag }}

0 commit comments

Comments
 (0)