Skip to content

Commit 0207b7f

Browse files
committed
Enable running CodeQL on PRs that modify Action
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
1 parent 1a06884 commit 0207b7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: "Code Scanning - Action"
1+
name: "CodeQL Scan"
22

33
on:
44
push:
55
schedule:
66
- cron: '0 0 * * 0'
7+
pull_request:
8+
paths:
9+
- '.github/workflows/codeql.yml'
710

811
jobs:
912
CodeQL-Build:

0 commit comments

Comments
 (0)