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 32e8eec commit fe67c59Copy full SHA for fe67c59
.github/workflows/main.yml
@@ -3,6 +3,9 @@ name: Test and Publish
3
on:
4
release:
5
types: [published]
6
+
7
+ # Allows you to run this workflow manually from the Actions tab
8
+ workflow_dispatch:
9
10
jobs:
11
publish:
0 commit comments