2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore: ql should run on any branch

This commit is contained in:
Jay
2022-08-08 18:20:38 +02:00
committed by GitHub
parent e6f0efc75d
commit 649d739288
+2 -2
View File
@@ -2,9 +2,9 @@ name: 'CodeQL'
on:
push:
branches: [main, 'v*']
branches: '**'
pull_request:
branches: [main, 'v*']
branches: '**'
schedule:
- cron: '21 23 * * 5'