We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8f3f1 commit c875ec6Copy full SHA for c875ec6
.github/workflows/deployment-storybook.yml
@@ -5,15 +5,19 @@ on:
5
paths:
6
- "src/**"
7
- ".storybook/**"
8
+ - ".github/workflows/deployment-storybook.yml"
9
- "index.ts"
10
+ - package.json
11
- yarn.lock
12
push:
13
branches:
14
- "develop"
15
16
17
18
19
20
21
22
23
jobs:
.github/workflows/test-code.yml
@@ -3,6 +3,7 @@ name: "🧪 Test: code"
3
on:
4
pull_request:
+ - ".github/workflows/test-code.yml"
- "src/**.js"
- "src/**.ts"
- "src/**.tsx"
0 commit comments