Ignore README.md and SUPPORT.md in workflow "ci" (#812)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-02-16 09:58:16 +11:00 committed by GitHub
parent 45ce841342
commit 93f15ea1c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}