Skip to content

Commit 78b62a4

Browse files
authored
chore(ci): Only run component builds for changes to components or externals (#302)
1 parent 5336586 commit 78b62a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
branches: [main]
6+
paths:
7+
- 'components/**'
8+
- 'external/**'
9+
- '.github/workflows/build.yml'
410

511
jobs:
612
build:

0 commit comments

Comments
 (0)