Skip to content

Commit

Permalink
only trigger terraform when code is changed (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp authored Dec 15, 2023
1 parent 9ce5cae commit fe47668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ permissions:
contents: read
on:
push:
paths:
- 'tf/**'
- '.github/workflows/deploy.yml'
branches:
- main
pull_request:
paths:
- 'tf/**'
- '.github/workflows/deploy.yml'
branches:
- main
jobs:
Expand Down

0 comments on commit fe47668

Please sign in to comment.