Skip to content

Commit

Permalink
chore: trigger release workflow on any terraform or python file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Oct 27, 2021
1 parent 6dbc2fe commit 588f70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main
- master
paths:
- '*.tf'
- 'modules/**/*.tf'
- '**/*.py'
- '**/*.tf'

jobs:
release:
Expand Down

0 comments on commit 588f70e

Please sign in to comment.