Skip to content

Commit

Permalink
👷 Do not run tests for website workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
XaF committed Jul 10, 2023
1 parent 868d53c commit d534162
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths-ignore:
- .github/workflows/release.yaml
- .github/workflows/website.yaml
- README.md
- "website/**"

Expand All @@ -16,6 +17,7 @@ on:
- main
paths-ignore:
- .github/workflows/release.yaml
- .github/workflows/website.yaml
- README.md
- "website/**"

Expand Down Expand Up @@ -48,6 +50,7 @@ jobs:
with:
files_ignore: |
.github/workflows/release.yaml
.github/workflows/website.yaml
README.md
website
Expand Down

0 comments on commit d534162

Please sign in to comment.