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:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- '.github/workflows/ci.yml'
|
||||
- '*.h'
|
||||
- '*.c'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
paths:
|
||||
- '.github/workflows/ci.yml'
|
||||
- '*.h'
|
||||
- '*.c'
|
||||
concurrency:
|
||||
group: ci-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
Reference in New Issue
Block a user