mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 15:30:09 +00:00
ci: run publish workflow every Monday and Thursday (#335)
This commit is contained in:
@@ -6,8 +6,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
# Run every Tuesday and Thursday at 12:00
|
||||
- cron: '0 12 * * 2,4'
|
||||
# Run every Monday and Thursday at 12:00
|
||||
- cron: '0 12 * * 1,4'
|
||||
|
||||
jobs:
|
||||
create_pr:
|
||||
|
||||
Reference in New Issue
Block a user