Skip to content

Commit ba4f269

Browse files
authored
Workflow dispatch (MWG-Logan#35)
* Add workflow_dispatch trigger to deployment workflow * Add workflow_dispatch trigger to dev deployment workflow
1 parent 496874d commit ba4f269

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dev-publish-function.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: DEV - Deploy DotNet project to Azure Function App
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- dev

.github/workflows/prod-publish-function.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: PROD - Deploy DotNet project to Azure Function App
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)