Skip to content

Commit

Permalink
Update should skip to include style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Aug 7, 2024
1 parent 97dbb74 commit bf8a172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: fkirc/skip-duplicate-actions@master
with:
github_token: ${{ github.token }}
paths: '["**.vue", "**.js", "yarn.lock"]'
paths: '["**.vue", "**.js", "**.css", "**.scss", "yarn.lock"]'

visual_tests:
name: Frontend Visual Tests
Expand Down

0 comments on commit bf8a172

Please sign in to comment.