Skip to content

Commit 41b7720

Browse files
committed
Run CI on push to main
1 parent 4d4844f commit 41b7720

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/terraform-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Terraform CI
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main]
66
pull_request:
77
paths:
88
- '**.tf'
@@ -19,6 +19,7 @@ jobs:
1919
- name: Set up Terraform
2020
uses: hashicorp/setup-terraform@v2
2121
with:
22+
# TODO: read from .tool-versions
2223
terraform_version: 1.13.3
2324

2425
- name: Terraform fmt (check)

0 commit comments

Comments
 (0)