Skip to content

Commit a4eda51

Browse files
committed
trigger workflow first run
1 parent ce7122f commit a4eda51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/azure-dev-down.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: "CI Destroy Resources"
22
on:
3+
push:
4+
branches:
5+
- "sbaidachni/azddown"
36
workflow_dispatch:
47
inputs:
58
azd_environment_name:
69
description: "Name of the AZD Environment"
710
required: true
8-
default: "CICD"
11+
default: "CICDsbaydach"
912

1013
permissions:
1114
id-token: write

0 commit comments

Comments
 (0)