Skip to content

Commit 4d7632c

Browse files
committed
Revert "Change CodeQL workflow to only be manually triggered for now"
This reverts commit c529e5f.
1 parent 95238cf commit 4d7632c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: "Static Analysis: CodeQL Scan"
22

3-
on: workflow_dispatch
4-
3+
on:
4+
push:
5+
branches:
6+
- "pull-request/[0-9]+"
7+
- "main"
58
concurrency:
69
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
710
cancel-in-progress: true

0 commit comments

Comments
 (0)