From ae532b3cda67a42365321631865642d610e18ff7 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 15 May 2026 02:10:35 +0200 Subject: [PATCH] temp: add push trigger to test Gitea Actions --- .gitea/workflows/sync-upstream.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/sync-upstream.yml b/.gitea/workflows/sync-upstream.yml index c2fdf35..7d226da 100644 --- a/.gitea/workflows/sync-upstream.yml +++ b/.gitea/workflows/sync-upstream.yml @@ -4,6 +4,8 @@ on: schedule: # Weekly: Sunday 06:00 UTC - cron: '0 6 * * 0' + push: + branches: [main] workflow_dispatch: jobs: