Skip to content

Commit 9afebe3

Browse files
authored
Merge pull request #316 from csfloat/fix/allow-manual-dispatch-submit
Allows Manually Running Submit Workflows
2 parents a4c0e1e + 9f74bfc commit 9afebe3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/submit_chrome.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflows: ["Extension Release"]
55
types:
66
- completed
7+
# Allow manual triggering from the GitHub Actions UI
8+
workflow_dispatch:
79

810
jobs:
911
submit:

.github/workflows/submit_firefox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflows: ["Extension Release"]
55
types:
66
- completed
7+
# Allow manual triggering from the GitHub Actions UI
8+
workflow_dispatch:
79

810
jobs:
911
submit:

0 commit comments

Comments
 (0)