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 - 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: