diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index a9aee78..5db9e3e 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -1,6 +1,7 @@ name: Auto Update Icons on: + push: schedule: - cron: '0 12 * * 1' @@ -79,4 +80,3 @@ jobs: This updates from [${{ env.CURRENT_COMMIT }}](https://github.com/${{ env.REPOSITORY }}/commit/${{ env.CURRENT_COMMIT }}) to [${{ env.LATEST_COMMIT }}](https://github.com/${{ env.REPOSITORY }}/commit/${{ env.LATEST_COMMIT }}). Check out the differences: [`${{ env.CURRENT_COMMIT }}` ... `${{ env.LATEST_COMMIT }}`](https://github.com/${{ env.REPOSITORY }}/compare/${{ env.CURRENT_COMMIT }}...${{ env.LATEST_COMMIT }}) branch: feature/update-${{ env.LATEST_COMMIT }} -