diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5362b9e..10f1771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths-ignore: + - 'CHANGELOG.md' pull_request: jobs: diff --git a/.mergify.yml b/.mergify.yml index 729d9dc..620310b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -26,7 +26,9 @@ queue_rules: merge_method: squash commit_message_template: '{{ title }}' queue_conditions: - - check-success = main_ci + - or: + - check-success = main_ci + - "-files~=^(?!CHANGELOG\\.md$).*$" - "-draft" - "-closed" - "-conflict"