diff --git a/.github/workflows/ai-pr-review.yml b/.github/workflows/ai-pr-review.yml index 5ee668e..c7ce463 100644 --- a/.github/workflows/ai-pr-review.yml +++ b/.github/workflows/ai-pr-review.yml @@ -5,6 +5,14 @@ on: branches: - main types: [opened, synchronize, reopened] + paths-ignore: + - "**/*.md" + - "docs/**" + - ".github/ISSUE_TEMPLATE/**" + - ".github/release.yml" + - ".ai-reviewignore" + - "LICENSE" + - "deploy/.env.example" issue_comment: types: [created] workflow_dispatch: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c2b97b..251cfa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,12 +6,22 @@ on: - main paths-ignore: - "**/*.md" + - "docs/**" + - ".github/ISSUE_TEMPLATE/**" + - ".github/release.yml" + - ".ai-reviewignore" + - "LICENSE" - "deploy/.env.example" pull_request: branches: - main paths-ignore: - "**/*.md" + - "docs/**" + - ".github/ISSUE_TEMPLATE/**" + - ".github/release.yml" + - ".ai-reviewignore" + - "LICENSE" - "deploy/.env.example" permissions: