mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 10:29:59 -06:00
Restrict Lume CI to Lume changes
- limit lume workflow triggers to libs/lume/* - allow the workflow to run when it changes
This commit is contained in:
8
.github/workflows/ci-lume.yml
vendored
8
.github/workflows/ci-lume.yml
vendored
@@ -3,7 +3,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
pull_request: {}
|
||||
paths:
|
||||
- "libs/lume/**"
|
||||
- ".github/workflows/ci-lume.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "libs/lume/**"
|
||||
- ".github/workflows/ci-lume.yml"
|
||||
|
||||
concurrency:
|
||||
group: lume-${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user