Do run build action in CI when GHA workflows change (#2976)

This commit is contained in:
Hugh Nimmo-Smith
2025-01-28 11:13:30 +00:00
committed by GitHub
parent 7d444fc261
commit 31e59c1da1

View File

@@ -6,12 +6,14 @@ on:
- opened
- labeled
paths-ignore:
- ".github/**"
- ".github/ISSUE_TEMPLATE/**"
- ".github/CODEOWNERS"
- "docs/**"
push:
branches: [livekit, full-mesh]
paths-ignore:
- ".github/**"
- ".github/ISSUE_TEMPLATE/**"
- ".github/CODEOWNERS"
- "docs/**"
jobs:
build_element_call: