Skip to content

Commit

Permalink
[fix] hotfix workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Leewonchan14 committed Mar 7, 2024
1 parent bc961c5 commit d508a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
hotfix:
if: github.event.pull_request.merged == false
# commit message가 [hotfix]로 시작하면 실행
if: startsWith(github.event.head_commit.message, '[hotfix]')
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit d508a64

Please sign in to comment.