on every push
Some checks failed
docker-monica-build mr / build (push) Failing after 2s

This commit is contained in:
2023-07-23 14:14:08 +02:00
parent 7c028d1a30
commit 0291fb61a7
2 changed files with 5 additions and 1 deletions

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: