Compare commits
No commits in common. "8e9c794aa2f3fd23ed8e0eaff42bbfd77eb121ce" and "a5bad424ba0ba3be5f2f25f0704511d57228e94d" have entirely different histories.
8e9c794aa2
...
a5bad424ba
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -0,0 +1,14 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- 'contrib/**'
|
||||
- '**/*.md'
|
||||
|
Loading…
Reference in New Issue
Block a user