Skip to content

Commit

Permalink
Run regenerate-windows-sys on Thu (#1348)
Browse files Browse the repository at this point in the history
And run whenever the generation code has changed.
  • Loading branch information
NobodyXu authored Jan 8, 2025
1 parent 1e39bfa commit 41a0613
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/regenerate-windows-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: Regenerate windows sys bindings
on:
workflow_dispatch: # Allow running on-demand
schedule:
- cron: '0 3 * * 5'
- cron: '0 3 * * 4'
push:
branches:
- 'main'
paths:
- 'dev-tools/gen-target-info/**'

jobs:
regenerate:
Expand Down

0 comments on commit 41a0613

Please sign in to comment.