diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 773a8285..4b77aecf 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -3,8 +3,12 @@ name: update-flake-lock run-name: ${{ github.actor }} - update-flake-lock on: - schedule: - - cron: '*/5 * * * *' + push: + branches: + main +# on: +# schedule: +# - cron: '*/5 * * * *' jobs: update-flake-lock: runs-on: docker