2
0
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:
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: 'CodeQL'
on:
push:
branches: '**'
branches:
- '*'
- '*/*'
- '**'
- '!sponsors'
pull_request:
branches: '**'
branches:
- '*'
- '*/*'
- '**'
- '!sponsors'
schedule:
- cron: '21 23 * * 5'