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.
1 parent e4af62c commit eb20cfeCopy full SHA for eb20cfe
.github/workflows/run_release.yaml
@@ -34,9 +34,8 @@ jobs:
34
github.event_name == 'workflow_dispatch' ||
35
(
36
github.event_name == 'push' &&
37
- !startsWith(github.event.head_commit.message, 'docs:') &&
38
- !startsWith(github.event.head_commit.message, 'chore:') &&
39
- !startsWith(github.event.head_commit.message, 'ci:')
+ !startsWith(github.event.head_commit.message, 'docs') &&
+ !startsWith(github.event.head_commit.message, 'ci')
40
)
41
runs-on: ubuntu-latest
42
env:
0 commit comments