Browse Source

Add path ignore for md file

main
Granty1 5 years ago
parent
commit
a4b18448e9
  1. 1
      .github/workflows/build_test.yml

1
.github/workflows/build_test.yml

@ -6,6 +6,7 @@ on:
- '*' - '*'
paths-ignore: paths-ignore:
- './db/**' - './db/**'
- '**.md'
pull_request: pull_request:
branches: branches:
- '*' - '*'

Loading…
Cancel
Save