mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
chore(ci): add paths-ignore config to testing action; (#6078)
This commit is contained in:
@@ -3,8 +3,16 @@ name: 'CI'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: '**'
|
branches: '**'
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'sandbox/**'
|
||||||
|
- 'examples/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: '**'
|
branches: '**'
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'sandbox/**'
|
||||||
|
- 'examples/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user