Skip running CI on MD changes

This commit is contained in:
Billy Chan 2022-11-03 17:14:56 +08:00
parent 4cf58af4b1
commit ccfb59f74a
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -55,12 +55,12 @@ on:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
branches:
- master
- 0.*.x
- pr/**/ci
paths-ignore:
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}