Skip to content

Commit 866cd61

Browse files
committed
Add on push to codeql workflow
1 parent 0bc13b2 commit 866cd61

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
name: codeql
22
on:
3+
push:
4+
branches:
5+
- master
6+
paths:
7+
- "**/*.cs"
8+
- "**/*.csproj"
9+
- "**/*.props"
10+
- ".github/workflows/codeql.yml"
311
pull_request:
412
branches:
513
- master
614
paths:
715
- "**/*.cs"
816
- "**/*.csproj"
917
- "**/*.props"
10-
- ".github/workflows/codeql.yaml"
18+
- ".github/workflows/codeql.yml"
1119
schedule:
1220
- cron: "0 21 * * 0"
1321
workflow_dispatch:

0 commit comments

Comments
 (0)