feature/gitea-actions #2

Merged
RogerSik merged 15 commits from feature/gitea-actions into main 2023-07-30 20:40:13 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 0291fb61a7 - Show all commits

View File

@@ -1,7 +1,9 @@
name: docker-monica-build mr name: docker-monica-build mr
on: on:
pull_request: push:
branches-ignore:
- main
jobs: jobs:
build: build:

View File

@@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- main - main
schedule:
- cron: "0 6 * * SUN"
jobs: jobs:
build: build: