2
0
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:
Dmitriy Mozgovoy
2023-11-14 17:54:41 +02:00
committed by GitHub
parent cff996779b
commit 30873ee5a8
+8
View File
@@ -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