Skip to content

Commit

Permalink
Add Sass test run *.scss paths filter
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Sep 22, 2022
1 parent d03adc2 commit f36e812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Sass

on: [pull_request, workflow_dispatch]

on:
pull_request:
paths: ['**.scss']

workflow_dispatch:

concurrency:
group: sass-${{ github.ref_name }}
cancel-in-progress: true
Expand Down

0 comments on commit f36e812

Please sign in to comment.