Skip running CI on MD changes (#1184)

This commit is contained in:
Billy Chan 2022-11-03 10:35:27 +08:00 committed by GitHub
parent 5cce1d3632
commit 4cf58af4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,11 +52,15 @@ name: tests
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- master
- 0.*.x
- pr/**/ci
paths-ignore:
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}