ci: change from weekly to monthly builds

This commit is contained in:
softwarenoob 2022-06-28 04:23:18 +03:00
parent 136207425b
commit 2e66db14e2
No known key found for this signature in database
GPG key ID: 727A9A3F4417ED51
7 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ name: build oses
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 1 * *"
push:
branches:
- master

View file

@ -2,7 +2,7 @@ name: build games
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 1 * *"
push:
branches:
- master

View file

@ -2,7 +2,7 @@ name: build go
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 1 * *"
push:
branches:
- master

View file

@ -2,7 +2,7 @@ name: build installers
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 1 * *"
push:
branches:
- master

View file

@ -2,7 +2,7 @@ name: build java
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 1 * *"
push:
branches:
- master

View file

@ -2,7 +2,7 @@ name: build nodejs
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 1 * *"
push:
branches:
- master

View file

@ -2,7 +2,7 @@ name: build python
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 1 * *"
push:
branches:
- master