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