diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f9c4e8a..d36af8bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,15 @@ on: - reopened - synchronize - auto_merge_enabled + paths-ignore: + - README.md + - SUPPORT.md push: branches: - main + paths-ignore: + - README.md + - SUPPORT.md concurrency: group: ${{ github.workflow }}-${{ github.ref || github.run_id }}