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 9f2ea50 commit 2358067Copy full SHA for 2358067
.github/workflows/codeql-daily.yml renamed to .github/workflows/codeql.yml
@@ -1,10 +1,24 @@
1
name: CodeQL
2
3
on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
+ - release/*
8
+ - v0.*
9
+ - v1.*
10
+ - cloudfoundry
11
+ - gh-pages
12
push:
13
branches:
14
- main
- workflow_dispatch:
15
16
17
18
19
20
+ schedule:
21
+ - cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday
22
23
permissions:
24
contents: read
0 commit comments