Do run build action in CI when GHA workflows change (#2976)
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -6,12 +6,14 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- labeled
|
- labeled
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/**"
|
- ".github/ISSUE_TEMPLATE/**"
|
||||||
|
- ".github/CODEOWNERS"
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
push:
|
push:
|
||||||
branches: [livekit, full-mesh]
|
branches: [livekit, full-mesh]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/**"
|
- ".github/ISSUE_TEMPLATE/**"
|
||||||
|
- ".github/CODEOWNERS"
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
jobs:
|
jobs:
|
||||||
build_element_call:
|
build_element_call:
|
||||||
|
|||||||
Reference in New Issue
Block a user