Skip to content

Commit 2968722

Browse files
authored
Update CodeQL workflow for master branch
Signed-off-by: CØDE N!NJΔ <najaf.shaikh@gmail.com>
1 parent 43d5dc7 commit 2968722

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/master-codeql.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: "CodeQL"
12+
name: "master-codeQL"
1313

1414
on:
15+
push:
16+
branches: ["master"]
1517
pull_request:
16-
types: [opened, reopened, edited, synchronize]
17-
paths-ignore:
18-
- "**/*.md"
19-
- "**/*.gitignore"
20-
- "**/*.gitattributes"
21-
schedule:
22-
- cron: '35 15 * * 2'
23-
18+
branches: ["master"]
19+
2420
jobs:
2521
analyze:
2622
name: Analyze
@@ -73,3 +69,4 @@ jobs:
7369
uses: github/codeql-action/analyze@v2
7470
with:
7571
category: "/language:${{matrix.language}}"
72+

0 commit comments

Comments
 (0)