We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c28676a + 5888ccb commit 4f565b5Copy full SHA for 4f565b5
.github/workflows/pr.yaml
@@ -10,6 +10,7 @@ on:
10
jobs:
11
entry:
12
runs-on: ubuntu-latest
13
+ continue-on-error: false
14
steps:
15
- uses: actions/checkout@v4
16
- uses: wagoid/commitlint-github-action@v6
.github/workflows/release.yaml
@@ -1,9 +1,6 @@
1
name: Release
2
on:
3
- workflow_run:
4
- workflows: ["PR"]
5
- types:
6
- - completed
+ push:
7
branches:
8
- main
9
0 commit comments