Skip to content

Commit

Permalink
Tests only changes don't matter too
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Dec 23, 2021
1 parent 6b87f86 commit b797ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff_shades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: diff-shades
on:
push:
branches: [main]
paths-ignore: ["docs/**", "*.md"]
paths-ignore: ["docs/**", "tests/**", "*.md"]

pull_request:
path-ignore: ["docs/**", "*.md"]
path-ignore: ["docs/**", "tests/**", "*.md"]

workflow_dispatch:
inputs:
Expand Down

0 comments on commit b797ca4

Please sign in to comment.