mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06:14 -04:00
Update BuildCSS.yml
Run build script only when change is made within the `scss` directory
This commit is contained in:
parent
a5ebfad495
commit
324f6fcef4
1 changed files with 4 additions and 0 deletions
4
.github/workflows/BuildCSS.yml
vendored
4
.github/workflows/BuildCSS.yml
vendored
|
@ -4,9 +4,13 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'scss/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'scss/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue