diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 676772a9..1810e3aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,16 +3,12 @@ name: CI on: push: branches: [main] - paths-ignore: - - "docs/**" - - "**.md" - - "devenv/**" + paths: + - "db/migrations/**" pull_request: branches: [main] - paths-ignore: - - "docs/**" - - "**.md" - - "devenv/**" + paths: + - "db/migrations/**" concurrency: group: ci-${{ github.ref }}