Skip to content

Commit de4d55a

Browse files
authored
Merge pull request #11 from Seungwoo321/develop
fix: stable-release 워크플로우 push 이벤트로 변경
2 parents 7c9c41d + dbd409c commit de4d55a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/stable-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Stable Release
22

33
on:
4-
pull_request:
5-
types: [closed]
4+
push:
65
branches:
76
- main
87

@@ -14,7 +13,6 @@ permissions:
1413

1514
jobs:
1615
release:
17-
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
1816
runs-on: ubuntu-latest
1917
steps:
2018
- name: Checkout

0 commit comments

Comments
 (0)