We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984d5a0 commit 7c9f4ecCopy full SHA for 7c9f4ec
1 file changed
.github/workflows/codeql-analysis.yml
@@ -2,10 +2,14 @@ name: "CodeQL"
2
3
on:
4
push:
5
- branches: [ master ]
+ branches:
6
+ - master
7
+ - 'release/**'
8
pull_request:
9
# The branches below must be a subset of the branches above
10
11
12
13
schedule:
14
#daily at 01:19 UTC
15
- cron: '19 1 * * *'
@@ -22,7 +26,7 @@ jobs:
22
26
steps:
23
27
- name: Checkout repository
24
28
uses: actions/checkout@v3
25
-
29
+
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
32
uses: github/codeql-action/init@v2
0 commit comments