Skip to content

Commit 23ff1d6

Browse files
ci: Update target
1 parent d463f31 commit 23ff1d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build-Test-And-Deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build, Test, and Deploy EssentialCSharp.Web
33
on:
44
push:
55
branches: ["main"]
6-
pull_request_target:
6+
pull_request:
77
branches: ["main"]
88
workflow_dispatch:
99

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "CodeQL"
33
on:
44
push:
55
branches: [ "main" ]
6-
pull_request_target:
6+
pull_request:
77
branches: [ "main" ]
88
schedule:
99
- cron: '21 15 * * 5'

0 commit comments

Comments
 (0)