diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 5f6b13b..2da12e8 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -2,13 +2,13 @@ name: Deploy infrastructure on: push: - paths: - - infrastructure/** + paths-ignore: + - src/** branches: - main pull_request: - paths: - - infrastructure/** + paths-ignore: + - src/** types: [opened, synchronize, reopened, closed] branches: - main