Skip to content

Commit 664aed7

Browse files
authored
Update release workflow trigger conditions
Refactor condition for triggering release workflow.
1 parent c9829a2 commit 664aed7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
(github.event_name == 'push' &&
1717
github.ref == 'refs/heads/main' &&
1818
!startsWith(github.event.head_commit.message, 'chore'))
19-
||
20-
github.event_name == 'workflow_dispatch'
2119
steps:
2220
- name: Checkout code
2321
uses: actions/checkout@v6

0 commit comments

Comments
 (0)