Ignore changes to CHANGELOG.md files for the CI workflow (#1070)

This commit is contained in:
Jesse Braham 2024-01-10 13:47:09 +00:00 committed by GitHub
parent fdc1dbfa1d
commit 6afc988f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,13 @@ name: CI
on:
pull_request:
paths-ignore:
- "**/CHANGELOG.md"
- "**/README.md"
push:
branches-ignore:
- "gh-readonly-queue/**"
paths-ignore:
- "**/CHANGELOG.md"
- "**/README.md"
merge_group:
workflow_dispatch: