Skip to content

Commit 1be0733

Browse files
authored
Always run build CI workflow (#3139)
As identified in #3116 (comment) depending on the contents of a PR it may not be possible to merge due to required workflows not actually being run. This change will mean that the build CI workflow is run irrespective of the contents.
1 parent bfd4bb2 commit 1be0733

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,8 @@ on:
55
- synchronize
66
- opened
77
- labeled
8-
paths-ignore:
9-
- ".github/ISSUE_TEMPLATE/**"
10-
- ".github/CODEOWNERS"
11-
- "docs/**"
128
push:
139
branches: [livekit, full-mesh]
14-
paths-ignore:
15-
- ".github/ISSUE_TEMPLATE/**"
16-
- ".github/CODEOWNERS"
17-
- "docs/**"
1810
jobs:
1911
build_full_element_call:
2012
# Use the full package vite build

0 commit comments

Comments
 (0)