mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16: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:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'scss/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'scss/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue