diff --git a/.github/workflows/test-deploy-publish.yml b/.github/workflows/test-deploy-publish.yml index e1cbe15..1d240b0 100644 --- a/.github/workflows/test-deploy-publish.yml +++ b/.github/workflows/test-deploy-publish.yml @@ -2,6 +2,10 @@ name: Test, Deploy, Publish on: push: + branches: ["**"] + paths-ignore: + - 'terraform/**' + - 'development/**' jobs: tests: