ci: run publish workflow every Monday and Thursday (#335)

This commit is contained in:
Vlad Frangu
2022-02-15 21:23:15 +02:00
committed by GitHub
parent 8e87b3e1ce
commit d8a5f78f62

View File

@@ -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: