mirror of https://github.com/encounter/objdiff.git
Update build workflow yml
This commit is contained in:
parent
d9efa97c30
commit
2f2efb4711
|
@ -1,6 +1,12 @@
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on: [ push, pull_request ]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '*.md'
|
||||||
|
- 'LICENSE*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in New Issue