Skip to content

Commit

Permalink
💚 Fixes dev runs
Browse files Browse the repository at this point in the history
  • Loading branch information
walkxcode committed Oct 20, 2024
1 parent 08743f5 commit 1562dd7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compress_pngs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Compress PNGs 🗜️
on:
schedule:
- cron: "0 0 * * 0"
push:
branches:
- main
- dev
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/convert_svg_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
workflow_dispatch:

jobs:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/generate_file_tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
workflow_dispatch:

jobs:
Expand All @@ -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 "[email protected]"
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
1 change: 1 addition & 0 deletions .github/workflows/generate_icons_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1562dd7

Please sign in to comment.