mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore: ql should run on any branch
This commit is contained in:
@@ -2,9 +2,9 @@ name: 'CodeQL'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, 'v*']
|
branches: '**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, 'v*']
|
branches: '**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '21 23 * * 5'
|
- cron: '21 23 * * 5'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user