Merge pull request 'fix: add push trigger on main for terraform-plan' (#5) from feat/terraform-workflows into main
Reviewed-on: #5 Reviewed-by: iamferreirajp <iamferreirajp@gmail.com>
This commit is contained in:
commit
5af2701971
@ -8,6 +8,11 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
- reopened
|
- reopened
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- 'terraform/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TF_CLOUD_ORGANIZATION: homelab_terraform
|
TF_CLOUD_ORGANIZATION: homelab_terraform
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user