Skip to content

Commit e65ffee

Browse files
committed
Clarify workflow_dispatch trigger with comments
1 parent 550ec39 commit e65ffee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Release
22

3+
# Trigger manually via workflow_dispatch
34
on:
4-
workflow_dispatch:
5+
workflow_dispatch: # Manual trigger only
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)