We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3aa5a commit 8f760a8Copy full SHA for 8f760a8
.github/workflows/test-and-deploy.yml
@@ -2,6 +2,9 @@ name: Test and Deploy
2
3
on:
4
push:
5
+ branches: ["**"]
6
+ paths-ignore:
7
+ - 'terraform/**'
8
9
env:
10
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments