Skip to content

Commit e067b06

Browse files
GitHub Actions: add 'on / workflow_dispatch' to allow manually triggering actions
1 parent 77faba5 commit e067b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request: {}
44
push:
55
branches: [main]
6+
workflow_dispatch:
67
jobs:
78
main:
89
name: Build, Validate, Deploy

0 commit comments

Comments
 (0)