Skip to content

Commit 9d04228

Browse files
committed
Update trigger for code scanning
1 parent 3ab89bd commit 9d04228

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/code-ql.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11

22
name: "Code Scanning - Action"
33

4-
on:
5-
push:
6-
branches: [main]
7-
pull_request:
8-
branches: [main]
9-
workflow_dispatch:
4+
on: [push, pull_request, workflow_dispatch]
105

116
jobs:
127
CodeQL-Build:

0 commit comments

Comments
 (0)