.gitea/workflows rule updated
All checks were successful
build / build (push) Successful in 7s

Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
Roger Sikorski 2023-08-07 18:12:20 +02:00
parent 9a64f19355
commit e2b9928a04
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
name: build
on:
push:
branches-ignore:

View File

@ -1,6 +1,10 @@
name: build
on:
push:
branches:
- main
schedule:
- cron: "0 6 * * SUN"
jobs:
build: