mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-05-21 08:32:12 +08:00
ci: ignore .md changes
This commit is contained in:
7
.github/workflows/pull-request.yml
vendored
7
.github/workflows/pull-request.yml
vendored
@@ -1,5 +1,10 @@
|
||||
name: pull-request
|
||||
on: [pull_request, workflow_dispatch]
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
pre-run:
|
||||
|
||||
Reference in New Issue
Block a user