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:
parent
08743f53d8
commit
1562dd77d5
4 changed files with 9 additions and 2 deletions
4
.github/workflows/compress_pngs.yml
vendored
4
.github/workflows/compress_pngs.yml
vendored
|
@ -3,6 +3,10 @@ name: Compress PNGs 🗜️
|
|||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
1
.github/workflows/convert_svg_assets.yml
vendored
1
.github/workflows/convert_svg_assets.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
5
.github/workflows/generate_file_tree.yml
vendored
5
.github/workflows/generate_file_tree.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/generate_icons_page.yml
vendored
1
.github/workflows/generate_icons_page.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue