diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index dab195d..ad92d67 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -1,9 +1,6 @@ # Pushes the contents of the repo to the Codeberg mirror name: Mirror to Codeberg -on: - workflow_dispatch: - schedule: - - cron: '10 03 * * 0' # At 03:10 on Sunday +on: push jobs: codeberg: runs-on: ubuntu-latest