Skip to content

Commit 4f565b5

Browse files
authored
Merge pull request #3 from OneFineDev/feat/refactor
ci: fix trigger
2 parents c28676a + 5888ccb commit 4f565b5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
entry:
1212
runs-on: ubuntu-latest
13+
continue-on-error: false
1314
steps:
1415
- uses: actions/checkout@v4
1516
- uses: wagoid/commitlint-github-action@v6

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Release
22
on:
3-
workflow_run:
4-
workflows: ["PR"]
5-
types:
6-
- completed
3+
push:
74
branches:
85
- main
96

0 commit comments

Comments
 (0)