Skip to content

Commit c987c8b

Browse files
authored
Merge pull request #10 from OneFineDev/feat/refactor
ci: fix trigger
2 parents 244ab14 + e88d051 commit c987c8b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Release
22
on:
3-
workflow_run:
4-
workflows:
5-
- "CI"
6-
types:
7-
- completed
3+
push:
4+
branches: ["main"]
85

96
permissions:
107
contents: write

0 commit comments

Comments
 (0)