Skip to content

Commit

Permalink
added trigger on pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed May 2, 2024
1 parent 66478cf commit e8448f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
branches: [ '*' ]
paths:
- 'infra/**'
- '.github/workflows/terraform.yml'
pull_request:
branches: ["main"]
paths:
- 'infra/**'
- '.github/workflows/terraform.yml'
env:
AWS_REGION: us-east-2 # set this to your preferred AWS region, e.g. us-west-1
permissions: read-all
Expand Down

0 comments on commit e8448f1

Please sign in to comment.