diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6de93aa..a943f71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,8 @@ name: Continuous Integration on: push: - paths: - - '!terraform/**' + branches: [ '**' ] + paths-ignore: [ 'terraform/**' ] env: AWS_REGION: ${{ vars.AWS_REGION }}