Skip to content

Commit

Permalink
[Bug/#26] 중복 트리거 workflow 수정 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnsugyeong authored Jan 24, 2024
1 parent 21306d0 commit fe09750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
if: (github.event_name == 'pull_request' && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop')

steps:
- name: Checkout
Expand Down

0 comments on commit fe09750

Please sign in to comment.