Thanks to visit codestin.com Credit goes to github.com
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 97382d9 commit ed5036bCopy full SHA for ed5036b
.github/workflows/codeql-analysis.yml
@@ -2,17 +2,9 @@ name: CodeQL Analysis
2
3
on:
4
workflow_dispatch:
5
- schedule:
6
- # ┌───────────── minute (0 - 59)
7
- # │ ┌───────────── hour (0 - 23)
8
- # │ │ ┌───────────── day of the month (1 - 31)
9
- # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
10
- # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
11
- # │ │ │ │ │
12
13
14
- # * * * * *
15
- - cron: '30 1 * * *'
+ push:
+ branches-ignore:
+ - 'release/*'
16
17
jobs:
18
CodeQL-Build:
@@ -32,4 +24,4 @@ jobs:
32
24
uses: github/codeql-action/autobuild@v1
33
25
34
26
- name: Perform CodeQL Analysis
35
- uses: github/codeql-action/analyze@v1
27
+ uses: github/codeql-action/analyze@v1
0 commit comments