Skip to content

Commit c892dd1

Browse files
committed
chore:임시 배포 설정
1 parent 1c8e0bd commit c892dd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
push:
1212
branches:
1313
- main
14+
- chore/180
1415
workflow_dispatch:
1516

1617
permissions:
@@ -51,7 +52,7 @@ jobs:
5152

5253
makeTagAndRelease:
5354
needs: test
54-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
55+
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/chore/180') && github.event_name == 'push'
5556
runs-on: ubuntu-latest
5657
outputs:
5758
tag_name: ${{ steps.create_tag.outputs.new_tag }}

0 commit comments

Comments
 (0)