mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
fix: ensure ci runs for md files (#1833)
This commit is contained in:
parent
20dd7b0880
commit
70c8cc3d52
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user