Skip to content

Commit 324f6fc

Browse files
authored
Update BuildCSS.yml
Run build script only when change is made within the `scss` directory
1 parent a5ebfad commit 324f6fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/BuildCSS.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'scss/**'
79
pull_request:
810
branches:
911
- main
12+
paths:
13+
- 'scss/**'
1014

1115
jobs:
1216
build:

0 commit comments

Comments
 (0)