Skip to content

Commit 41a0613

Browse files
authored
Run regenerate-windows-sys on Thu (#1348)
And run whenever the generation code has changed.
1 parent 1e39bfa commit 41a0613

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/regenerate-windows-sys.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Regenerate windows sys bindings
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)