mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 15:13:47 +00:00
Update build workflow yml
This commit is contained in:
parent
d9efa97c30
commit
2f2efb4711
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user