Skip to content

Commit 1e39bfa

Browse files
authored
Run regenerate-target-info on Thu (#1349)
And run whenever the generation code has changed.
1 parent 685a1ef commit 1e39bfa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/regenerate-target-info.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Regenerate target info
33
on:
44
workflow_dispatch: # Allow running on-demand
55
schedule:
6-
- cron: '0 3 * * 5'
6+
- cron: '0 3 * * 4'
7+
push:
8+
branches:
9+
- 'main'
10+
paths:
11+
- 'dev-tools/gen-target-info/**'
712

813
jobs:
914
regenerate:

0 commit comments

Comments
 (0)