mirror of https://github.com/actions/toolkit
update workflow paths
parent
1643ea2734
commit
b2151226b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue