fix: ensure ci runs for md files (#1833)

This commit is contained in:
Dylan Piercey 2022-07-28 08:11:30 -07:00 committed by GitHub
parent 20dd7b0880
commit 70c8cc3d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,8 @@ name: CI
on:
pull_request:
types: [opened, synchronize]
paths-ignore: ["**.md"]
push:
branches: [main, v3, v4]
paths-ignore: ["**.md"]
concurrency:
group: "${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}"