Skip to content

Commit 18a1496

Browse files
committed
Allow manual trigger of main and branch workflows
1 parent 5a74d75 commit 18a1496

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/DeployBranchPush.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Deploy Branch Push
22
on:
3+
workflow_dispatch:
34
push:
45
branches-ignore:
56
- 'main'

.github/workflows/DeployMainBranch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Deploy Main to Production
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- 'main'

0 commit comments

Comments
 (0)