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