Update BuildCSS.yml

Run build script only when change is made within the `scss` directory
This commit is contained in:
JWB 2024-12-23 18:56:38 -05:00 committed by GitHub
parent a5ebfad495
commit 324f6fcef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: