Skip to content

Commit

Permalink
don't deploy on tags or when only terraform changes
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Aug 29, 2024
1 parent 504aa22 commit 8f6c52f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-deploy-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Test, Deploy, Publish

on:
push:
branches: ["**"]
paths-ignore:
- 'terraform/**'
- 'development/**'

jobs:
tests:
Expand Down

0 comments on commit 8f6c52f

Please sign in to comment.