Skip to content

Commit 5351b09

Browse files
authored
Merge pull request #37 from chris-qa-org/fix-github-pr-checks
Fix GitHub PR checks
2 parents 2c4bd7c + e703574 commit 5351b09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Terraform CI
22

3-
on: push
3+
on:
4+
push:
5+
branches: main
6+
pull_request:
47

58
jobs:
69
validate-terraform:

0 commit comments

Comments
 (0)