mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-05-18 09:17:31 +08:00
ci(build): make the build pipeline only run on code changes
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@@ -1,10 +1,17 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
paths:
|
||||||
- master
|
- "include/**"
|
||||||
- dev
|
- "src/**"
|
||||||
pull_request: {}
|
- "third_party/**"
|
||||||
|
- "CMakeLists.txt"
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "include/**"
|
||||||
|
- "src/**"
|
||||||
|
- "third_party/**"
|
||||||
|
- "CMakeLists.txt"
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user