Skip to content

Commit

Permalink
release/* -> release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkh725 committed Sep 4, 2024
1 parent a0ec712 commit 88b6d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Check Version Code and Version Name
on:
push:
branches:
- release/* # 릴리즈 브랜치에 푸시할 때만 실행
- release # 릴리즈 브랜치에 푸시할 때만 실행
pull_request:
branches:
- release/* # 릴리즈 브랜치로 PR이 올라올 때만 실행
- release # 릴리즈 브랜치로 PR이 올라올 때만 실행

jobs:
check-version:
Expand Down

0 comments on commit 88b6d28

Please sign in to comment.