We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9f708 commit 9cb5dceCopy full SHA for 9cb5dce
.github/workflows/publish.yaml
@@ -1,6 +1,10 @@
1
name: publish
2
3
on:
4
+ # Shows the manual trigger in GitHub UI
5
+ # helpful as a back-up in case the GitHub Actions Workflow fails
6
+ workflow_dispatch:
7
+
8
release:
9
types: [published]
10
0 commit comments