diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6de93aa..1b32066 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 }} @@ -13,6 +13,10 @@ env: ENV_ID: ${{ secrets.ENV_ID }} CONFIG_ID: ${{ secrets.CONFIG_ID }} +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: false + jobs: test: name: Test and Deploy