Skip to content

Commit

Permalink
Merge pull request #925 from GSA-TTS/main
Browse files Browse the repository at this point in the history
Generate Terraform plans on PR to `main` or `prod`
  • Loading branch information
mogul authored Mar 31, 2023
2 parents 26abb8e + a30ca09 commit 0954ade
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: Terraform plan

on:
pull_request:
paths:
- 'terraform/**'
# These two branches are deployment-sensitive
branches:
- main
- prod

jobs:
all-envs:
Expand Down

0 comments on commit 0954ade

Please sign in to comment.