Skip to content

Commit

Permalink
Add paths-ignore **.md for unit tests checks (#23845)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz authored Jul 9, 2020
1 parent d05f33a commit 667c50a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Unit Tests

on:
pull_request:
paths-ignore:
- '**.md'
push:
branches: [master]
paths-ignore:
- '**.md'

jobs:
unit-js:
Expand Down

0 comments on commit 667c50a

Please sign in to comment.