From f5603ae4db0595bc310bf8c793c72a96cbf2fcc0 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 13 May 2025 13:56:48 +0200 Subject: [PATCH] Changes to gitea workflow --- .github/workflows/push-to-gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-gitea.yml b/.github/workflows/push-to-gitea.yml index ac7585d..9a33c13 100644 --- a/.github/workflows/push-to-gitea.yml +++ b/.github/workflows/push-to-gitea.yml @@ -3,7 +3,7 @@ name: Sync to Gitea on: push: branches: - - main # or whatever branch you want to sync + - main jobs: sync: