Skip to content

Commit

Permalink
CI: Run Terraform GitHub workflow on changes to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Feb 15, 2024
1 parent 840fee7 commit aae4bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Terraform GitHub
push:
branches: [main]
paths:
- '.github/workflows/terraform-github.yml'
- 'terraform/github/**'
pull_request:
branches: [main]
paths:
- '.github/workflows/terraform-github.yml'
- 'terraform/github/**'
env:
TF_VAR_GITHUB_APP_PEM_FILE: ${{ secrets.TF_VAR_GITHUB_APP_PEM_FILE }}
Expand Down

0 comments on commit aae4bb6

Please sign in to comment.