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 - reopened
- synchronize - synchronize
- auto_merge_enabled - auto_merge_enabled
paths-ignore:
- README.md
- SUPPORT.md
push: push:
branches: branches:
- main - main
paths-ignore:
- README.md
- SUPPORT.md
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} group: ${{ github.workflow }}-${{ github.ref || github.run_id }}