Skip to content

Commit c83b958

Browse files
committed
added on push to apply and on manual to plan
1 parent c68355c commit c83b958

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/terraform-apply.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: 'Terraform'
22

3+
# on:
4+
# workflow_dispatch: # manual action run
5+
36
on:
4-
workflow_dispatch: # manual action run
7+
push:
8+
branches:
9+
- PP-12736-tf-workflow
510

611
permissions:
712
contents: read

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: 'Terraform'
22

33
on:
4-
push:
5-
branches:
6-
- PP-12736-tf-workflow
4+
workflow_dispatch: # manual action run
75

86
permissions:
97
contents: read

0 commit comments

Comments
 (0)