Skip to content

Commit

Permalink
chore(ci): add paths-ignore config to testing action; (axios#6078)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Nov 14, 2023
1 parent cff9967 commit 30873ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30873ee

Please sign in to comment.