diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca14f259..ffe10ccf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,13 @@ name: CI on: push: branches: [main] + paths-ignore: + - '**/CHANGELOG.md' pull_request: branches: [main] types: [opened, synchronize] + paths-ignore: + - '**/CHANGELOG.md' concurrency: group: ci-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f89dc6a..9915672c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: Release on: workflow_dispatch: push: + branches: [main] paths: - '**/CHANGELOG.md'