Skip to content

Commit

Permalink
chore: main 브랜치에 태그 푸시할 때 action 실행되도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kangju2000 committed Oct 1, 2024
1 parent 5cccf19 commit 29ed132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish

on:
push:
branches:
- main
tags:
- 'v*'
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Create release

on:
push:
branches:
- main
tags:
- v*
workflow_dispatch:
Expand Down

0 comments on commit 29ed132

Please sign in to comment.