From c624ac0dcedf42dc3c8c1cce63c408a0aed760e3 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 23 Oct 2024 23:28:31 +0200 Subject: [PATCH] [actions] test on push --- .gitea/workflows/update-flake-lock.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/update-flake-lock.yml b/.gitea/workflows/update-flake-lock.yml index 50aa1f7c..67428d30 100644 --- a/.gitea/workflows/update-flake-lock.yml +++ b/.gitea/workflows/update-flake-lock.yml @@ -1,9 +1,10 @@ name: "Update flakes" on: + push: repository_dispatch: workflow_dispatch: schedule: - - cron: '38 0 * * 0,4' + - cron: '38 0 * * 2' permissions: pull-requests: write contents: write