ci: make ci run selectively (#745)

This commit is contained in:
Cai Bingjun 2023-04-09 02:30:35 +08:00 committed by GitHub
parent 406c73701f
commit 959c20d38b
Failed to generate hash of commit
3 changed files with 20 additions and 3 deletions

View file

@ -1,7 +1,17 @@
name: CI
on:
- push
- pull_request
push:
paths-ignore:
- "doc/**"
- "README.md"
- "**.md"
- "LICENSE**"
pull_request:
paths-ignore:
- "doc/**"
- "README.md"
- "**.md"
- "LICENSE**"
jobs:
x86_64-linux:
runs-on: ubuntu-latest