Skip to content

Commit 8f760a8

Browse files
committed
don't deploy on tags or when only terraform changes
1 parent ad3aa5a commit 8f760a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test and Deploy
22

33
on:
44
push:
5+
branches: ["**"]
6+
paths-ignore:
7+
- 'terraform/**'
58

69
env:
710
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)