diff --git a/.github/workflows/compress_pngs.yml b/.github/workflows/compress_pngs.yml index 19aca213..dd515a40 100644 --- a/.github/workflows/compress_pngs.yml +++ b/.github/workflows/compress_pngs.yml @@ -3,10 +3,6 @@ name: Compress PNGs 🗜️ on: schedule: - cron: "0 0 * * 0" - push: - branches: - - main - - dev workflow_dispatch: jobs: diff --git a/.github/workflows/generate_file_tree.yml b/.github/workflows/generate_file_tree.yml index fae03f53..91538464 100644 --- a/.github/workflows/generate_file_tree.yml +++ b/.github/workflows/generate_file_tree.yml @@ -31,7 +31,7 @@ jobs: run: | git config --global user.email "noreply@lammers.media" git config --global user.name "Dashboard Icons Bot" - git add ../tree.json + git add tree.json git commit -m ":construction_worker: Generate file tree" || exit 0 git pull --rebase origin ${{ github.ref_name }} git push origin HEAD:${{ github.ref_name }}