Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 93b27e8

Browse files
committedJan 27, 2024
Run analyzes on PRs or pushes to main
1 parent 749ea80 commit 93b27e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/codeql.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CodeQL workflow for analyzing QL queries
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
59

610
jobs:
711
analyze-ql-files:

0 commit comments

Comments
 (0)
Please sign in to comment.