mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(action): exclude sponsors branch from CI tests; (#6564)
This commit is contained in:
@@ -2,9 +2,17 @@ name: 'CI'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: '**'
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
|
- '!sponsors'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: '**'
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
|
- '!sponsors'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
@@ -2,9 +2,17 @@ name: 'CodeQL'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: '**'
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
|
- '!sponsors'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: '**'
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
|
- '!sponsors'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '21 23 * * 5'
|
- cron: '21 23 * * 5'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user