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 c9829a2 commit 664aed7Copy full SHA for 664aed7
1 file changed
.github/workflows/create-release.yaml
@@ -16,8 +16,6 @@ jobs:
16
(github.event_name == 'push' &&
17
github.ref == 'refs/heads/main' &&
18
!startsWith(github.event.head_commit.message, 'chore'))
19
- ||
20
- github.event_name == 'workflow_dispatch'
21
steps:
22
- name: Checkout code
23
uses: actions/checkout@v6
0 commit comments