Skip to content

Commit e31c8e3

Browse files
committed
Fixes in workflows
1 parent 11ec477 commit e31c8e3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/update-dict-manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'automation/dict_manifest_update.py'
99
- 'store/encodings/*'
1010
- 'store/fonts/*'
11-
- 'metadata/dict.json'
11+
- 'metadata/dict*.json'
1212
- '.github/workflows/update-dict-manifest.yml'
1313
pull_request:
1414
branches:
@@ -17,7 +17,7 @@ on:
1717
- 'automation/dict_manifest_update.py'
1818
- 'store/encodings/*'
1919
- 'store/fonts/*'
20-
- 'metadata/dict.json'
20+
- 'metadata/dict*.json'
2121
- '.github/workflows/update-dict-manifest.yml'
2222

2323
jobs:

.github/workflows/update-hook-manifest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: Update hook manifest
22
on:
33
push:
4-
branches: [ main ]
4+
branches:
5+
- main
56
paths:
67
- 'automation/hook_manifest_update.py'
78
- 'automation/hook_manifest_add.py'
89
- 'store/encodings/*'
910
- 'store/fonts/*'
1011
- 'store/offsets/*'
11-
- 'metadata/hook_v2.json'
12+
- 'metadata/hook*.json'
1213
- '.github/workflows/update-hook-manifest.yml'
1314
pull_request:
1415
branches:
@@ -19,7 +20,7 @@ on:
1920
- 'store/encodings/*'
2021
- 'store/fonts/*'
2122
- 'store/offsets/*'
22-
- 'metadata/hook_v2.json'
23+
- 'metadata/hook*.json'
2324
- '.github/workflows/update-hook-manifest.yml'
2425

2526
jobs:

0 commit comments

Comments
 (0)