We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8650ce9 commit f0f7bf2Copy full SHA for f0f7bf2
1 file changed
.github/workflows/codeql-analysis.yml
@@ -6,6 +6,15 @@ concurrency:
6
7
on:
8
schedule:
9
+ # ┌───────────── minute (0 - 59)
10
+ # │ ┌───────────── hour (0 - 23)
11
+ # │ │ ┌───────────── day of the month (1 - 31)
12
+ # │ │ │ ┌───────────── month (1 - 12)
13
+ # │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
14
+ # │ │ │ │ │
15
16
17
+ # * * * * *
18
- cron: '0 12 * * 6'
19
push:
20
branches:
@@ -14,6 +23,10 @@ on:
23
tags:
24
- 'v*'
25
pull_request:
26
+ # The branches below must be a subset of the branches above
27
+ branches:
28
+ - 'main'
29
+ - 'release/*'
30
31
permissions:
32
contents: read # to fetch code (actions/checkout)
0 commit comments