1
0
Fork 0
mirror of https://github.com/walkxcode/dashboard-icons.git synced 2024-11-22 19:33:26 +01:00

💚 Fixes dev runs

This commit is contained in:
Bjorn Lammers 2024-10-20 19:34:53 +02:00
parent 08743f53d8
commit 1562dd77d5
No known key found for this signature in database
4 changed files with 9 additions and 2 deletions

View file

@ -3,6 +3,10 @@ name: Compress PNGs 🗜️
on:
schedule:
- cron: "0 0 * * 0"
push:
branches:
- main
- dev
workflow_dispatch:
jobs:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
workflow_dispatch:
jobs:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
workflow_dispatch:
jobs:
@ -20,12 +21,12 @@ jobs:
python-version: "3.9"
- name: Generate File Tree
run: python scripts/generate_file_tree.py svg png webp
run: python scripts/generate_folder_tree.py ../svg ../png ../webp
- name: Commit and Push Changes
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 push

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
workflow_dispatch:
jobs: