Update ci.yml
This commit is contained in:
parent
07882b4a2c
commit
68dc561f6f
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -2,8 +2,16 @@ name: ci
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/ci.yml'
|
||||||
|
- '*.h'
|
||||||
|
- '*.c'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/ci.yml'
|
||||||
|
- '*.h'
|
||||||
|
- '*.c'
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-${{ github.ref }}
|
group: ci-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
Loading…
Reference in New Issue
Block a user