2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

chore(action): exclude sponsors branch from CI tests; (#6564)

This commit is contained in:
Dmitriy Mozgovoy
2024-08-19 16:53:11 +03:00
committed by GitHub
parent 67aa1effe4
commit c8b7be59cb
2 changed files with 20 additions and 4 deletions
+10 -2
View File
@@ -2,9 +2,17 @@ name: 'CI'
on:
push:
branches: '**'
branches:
- '*'
- '*/*'
- '**'
- '!sponsors'
pull_request:
branches: '**'
branches:
- '*'
- '*/*'
- '**'
- '!sponsors'
permissions:
contents: read