Skip to content

Commit 3ff5656

Browse files
committed
fix ci
1 parent 37a372a commit 3ff5656

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI
22
on:
3+
pull_request:
34
push:
45

56
jobs:

.github/workflows/ci_components.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI in the components package
22
on:
3+
pull_request:
4+
paths:
5+
- 'packages/components/**'
6+
- '.github/workflows/ci_components.yml'
37
push:
48
paths:
59
- 'packages/components/**'

0 commit comments

Comments
 (0)