mirror of https://github.com/actions/toolkit
update workflow paths
parent
1643ea2734
commit
b2151226b6
|
@ -1,9 +1,11 @@
|
||||||
name: toolkit-unit-tests
|
name: toolkit-unit-tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths-ignore:
|
||||||
- 'packages/**'
|
- '**.md'
|
||||||
- '*.json'
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
jobs:
|
jobs:
|
||||||
Ubuntu:
|
Ubuntu:
|
||||||
name: Run Ubuntu
|
name: Run Ubuntu
|
||||||
|
|
Loading…
Reference in New Issue