Skip to content

Commit

Permalink
Merge pull request #293 from stackhpc/tf-gh-path
Browse files Browse the repository at this point in the history
CI: Run Terraform GitHub workflow on changes to the workflow
  • Loading branch information
markgoddard authored Feb 15, 2024
2 parents 840fee7 + aae4bb6 commit 18a87ed
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 18a87ed

Please sign in to comment.