Skip to content

Commit 3112968

Browse files
committed
fix: update copilot instructions for icon naming convention and add workflow_dispatch trigger in build.yml
1 parent b6d7ebd commit 3112968

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- Do not add unnecessary comments for my understanding.
44

5-
- Icons are used from hugeicons if you want to add extra icons to the library, you can add it running `ic iconName` command.
6-
`iconName` is from the hugeicons website.
5+
- Icons are used from hugeicons if you want to add extra icons to the library, you can add it running `ic icon-name` command.
6+
`icon-name` is from the hugeicons website. Always use hyphen `-` to separate words in icon names.
77

88
- No need to fix formatting related issues.
99

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches:
44
- main
5+
workflow_dispatch:
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)