Update ci.yml

This commit is contained in:
nihui 2024-02-21 15:48:24 +08:00 committed by GitHub
parent 07882b4a2c
commit 68dc561f6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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