Skip to content

Commit

Permalink
wf
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 29, 2024
1 parent 76e2235 commit 8ecd39f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Github Actions Terraform
on:
push:
branches:
- '*'
pull_request:
types: [opened]
types:
- opened
branches:
- 'main/**'
- 'main'
jobs:
format_check:
name: Terraform Validation Check
Expand Down

0 comments on commit 8ecd39f

Please sign in to comment.