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: on:
pull_request: pull_request:
paths-ignore:
- '**.md'
push: push:
branches: branches:
- master - master
- 0.*.x - 0.*.x
- pr/**/ci - pr/**/ci
paths-ignore:
- '**.md'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}