We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efc388 commit ce9c319Copy full SHA for ce9c319
.github/workflows/codeql.yml
@@ -13,9 +13,9 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ "main" ]
+ branches: [ "main", "v*" ]
17
pull_request:
18
19
schedule:
20
- cron: '25 5 * * 6'
21
.github/workflows/main.yml
@@ -4,6 +4,7 @@ on:
4
5
branches:
6
- main
7
+ - v*
8
9
jobs:
10
build-main:
.github/workflows/scan.yml
@@ -3,6 +3,7 @@ on:
3
0 commit comments