Skip to content

Commit

Permalink
Run update-bindings on bimonthy schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Jun 18, 2023
1 parent 5b65960 commit 89d0936
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-bindings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Update bindings

on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 */2 *'

jobs:
install-vitasdk:
Expand Down

0 comments on commit 89d0936

Please sign in to comment.