From 6e34209fb07cf9451ce9e4cbe17c6f338465098b Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Sun, 14 Apr 2024 20:18:41 +0200 Subject: [PATCH] Set master branch name in pipeline --- .forgejo/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-images.yml b/.forgejo/workflows/build-images.yml index 0f89e99..f39019a 100644 --- a/.forgejo/workflows/build-images.yml +++ b/.forgejo/workflows/build-images.yml @@ -2,7 +2,7 @@ name: Build images run-name: Build images on: push: - branches: [ "main" ] + branches: [ "master" ] schedule: - cron: '10 5 */10 * *'