chore: ignore if only **.md is editted (#860)

pull/894/head
jjangga0214 2 years ago committed by GitHub
parent 7aee034a80
commit 700f7cad54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,11 @@
name: Build
on: [push, pull_request]
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
strategy:

Loading…
Cancel
Save