Skip to content

Commit ed9f316

Browse files
authored
Merge pull request #563 from IATI/add_workflow_dispatch
build: add workflow dispatch for prod instance
2 parents a4bcb47 + 481ca36 commit ed9f316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-func-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy_To_PROD_Function_On_Published_Release
22

3-
# Runs when a Release is published from GitHub UI
43
on:
4+
workflow_dispatch:
55
release:
66
types: [published]
77

0 commit comments

Comments
 (0)