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 ad3aa5a commit 8f760a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test and Deploy

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

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 8f760a8

Please sign in to comment.