1
0
Fork 0
mirror of https://github.com/walkxcode/dashboard-icons.git synced 2024-11-13 07:07:59 +01:00

💚 Removes emoji's because of trigger issues

This commit is contained in:
Bjorn Lammers 2024-10-20 19:58:00 +02:00
parent 07e6c33632
commit 283f4a7889
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
name: Compress PNGs 🗜️
name: Compress PNGs
on:
schedule:

View file

@ -1,4 +1,4 @@
name: Convert SVG Assets ♻️
name: Convert SVG Assets
on:
push:

View file

@ -1,8 +1,8 @@
name: Generate File Tree 🌳
name: Generate File Tree
on:
workflow_run:
workflows: ["Convert SVG Assets 🔄"]
workflows: ["Convert SVG Assets"]
branches:
- main
- dev

View file

@ -1,8 +1,8 @@
name: Generate Icons Page 🚀
name: Generate Icons Page
on:
workflow_run:
workflows: ["Convert SVG Assets 🔄"]
workflows: ["Convert SVG Assets"]
branches:
- main
- dev

View file

@ -1,4 +1,4 @@
name: Validate and Preview Icons 🛠️
name: Validate and Preview Icons
on:
pull_request: