mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-06 21:36:13 +08:00
chore: ignore if only **.md is editted (#860)
This commit is contained in:
parent
7aee034a80
commit
700f7cad54
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -1,5 +1,11 @@
|
|||
name: Build
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user