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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 1 * *"
push: push:
branches: branches:
- master - master

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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