Skip to content

Commit

Permalink
update workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane committed Oct 3, 2019
1 parent 1643ea2 commit b215122
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: toolkit-unit-tests
on:
push:
paths:
- 'packages/**'
- '*.json'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
Ubuntu:
name: Run Ubuntu
Expand Down

0 comments on commit b215122

Please sign in to comment.