Skip to content

Commit

Permalink
fix: Update release workflow to trigger release when state machine JS…
Browse files Browse the repository at this point in the history
…ON definition changes (#3)
  • Loading branch information
bryantbiggs authored Oct 1, 2024
1 parent 24e155b commit fd2c662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semantic-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths:
- '**.tf'
- '!examples/**.tf'
- 'state_machine.json'
- '.github/workflows/semantic-releaser.yml'

jobs:
release:
Expand Down

0 comments on commit fd2c662

Please sign in to comment.