Skip to content

Commit c875ec6

Browse files
committed
re-run workflows if they were changed
1 parent 1a8f3f1 commit c875ec6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/deployment-storybook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ on:
55
paths:
66
- "src/**"
77
- ".storybook/**"
8+
- ".github/workflows/deployment-storybook.yml"
89
- "index.ts"
10+
- package.json
911
- yarn.lock
1012
push:
1113
branches:
1214
- "develop"
1315
paths:
1416
- "src/**"
1517
- ".storybook/**"
18+
- ".github/workflows/deployment-storybook.yml"
1619
- "index.ts"
20+
- package.json
1721
- yarn.lock
1822

1923
jobs:

.github/workflows/test-code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "🧪 Test: code"
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/test-code.yml"
67
- "src/**.js"
78
- "src/**.ts"
89
- "src/**.tsx"

0 commit comments

Comments
 (0)