CI: ignore CircleCI config files from all other CIs

Avoid spurious rebuilds when modifying CircleCI config files.

Closes #23405.
This commit is contained in:
Scott Talbert 2023-03-30 18:39:44 -04:00 committed by Vadim Zeitlin
parent 2c0f6a2aa0
commit 04326551fd
8 changed files with 14 additions and 1 deletions

View file

@ -22,6 +22,7 @@ skip_commits:
- include/wx/x11/
- src/x11/
- '**/*.md'
- .circleci/
- .github/ISSUE_TEMPLATE/
- .github/workflows/
- build/tools/before_install.sh