fix: add push trigger on main for terraform-plan
This commit is contained in:
parent
8f3b2d1de3
commit
85f50a0bf9
@ -8,6 +8,11 @@ on:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'terraform/**'
|
||||
|
||||
env:
|
||||
TF_CLOUD_ORGANIZATION: homelab_terraform
|
||||
|
||||
Loading…
Reference in New Issue
Block a user