Skip to content

Commit efc019c

Browse files
CopilotmaniSbindra
andcommitted
Add push trigger to Windows workflows for branch testing
Co-authored-by: maniSbindra <6338721+maniSbindra@users.noreply.github.com>
1 parent a7c42c2 commit efc019c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/arm-bicep-e2e-windows.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ name: 🧪 windows-arm-bicep-e2e
99
"on":
1010
merge_group:
1111
workflow_dispatch:
12+
push:
13+
branches:
14+
- copilot/fix-37
1215

1316
schedule:
1417
- cron: '0 19 * * *'

.github/workflows/terraform-e2e-windows.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ name: 🧪 windows-terraform-e2e
88
"on":
99
merge_group:
1010
workflow_dispatch:
11+
push:
12+
branches:
13+
- copilot/fix-37
1114
schedule:
1215
- cron: '0 22 * * *'
1316

0 commit comments

Comments
 (0)