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