Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed5036b

Browse files
authored
Update codeql-analysis.yml
1 parent 97382d9 commit ed5036b

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@ name: CodeQL Analysis
22

33
on:
44
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 * * *'
5+
push:
6+
branches-ignore:
7+
- 'release/*'
168

179
jobs:
1810
CodeQL-Build:
@@ -32,4 +24,4 @@ jobs:
3224
uses: github/codeql-action/autobuild@v1
3325

3426
- name: Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@v1
27+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)