Skip to content

Commit 07ed535

Browse files
committed
test:로컬에서 테스트 완료
1 parent 626615a commit 07ed535

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
push:
1212
branches:
1313
- main
14-
- feat/139
1514
workflow_dispatch:
1615

1716
permissions:
@@ -52,7 +51,7 @@ jobs:
5251

5352
makeTagAndRelease:
5453
needs: test
55-
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/139') && github.event_name == 'push'
54+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
5655
runs-on: ubuntu-latest
5756
outputs:
5857
tag_name: ${{ steps.create_tag.outputs.new_tag }}

0 commit comments

Comments
 (0)