mirror of
https://github.com/trycua/computer.git
synced 2026-05-07 15:42:32 -05: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:
@@ -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