Ignore examples in CI (#1297)

pull/1298/head
Zaida Zhou 2023-08-07 23:12:51 +08:00 committed by GitHub
parent 488fddc950
commit bbd416a55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ on:
- "CONTRIBUTING_zh-CN.md"
- ".pre-commit-config.yaml"
- ".pre-commit-config-zh-cn.yaml"
- "examples/**"
branches:
- main

View File

@ -12,6 +12,7 @@ on:
- "CONTRIBUTING_zh-CN.md"
- ".pre-commit-config.yaml"
- ".pre-commit-config-zh-cn.yaml"
- "examples/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}