We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a372a commit 3ff5656Copy full SHA for 3ff5656
.github/workflows/ci.yml
@@ -1,5 +1,6 @@
1
name: CI
2
on:
3
+ pull_request:
4
push:
5
6
jobs:
.github/workflows/ci_components.yml
@@ -1,5 +1,9 @@
name: CI in the components package
+ paths:
+ - 'packages/components/**'
+ - '.github/workflows/ci_components.yml'
7
8
paths:
9
- 'packages/components/**'
0 commit comments