Skip to content

Commit fe67c59

Browse files
authored
Allow workflow to be manually run.
1 parent 32e8eec commit fe67c59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Test and Publish
33
on:
44
release:
55
types: [published]
6+
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
69

710
jobs:
811
publish:

0 commit comments

Comments
 (0)