diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 083bd63..b05bb9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,12 @@ on: push: branches: - master + paths: + - src/**.scss + - package.json + - Gruntfile.coffee + - .stylelintrc + - .stylelintignore pull_request: branches: - master