Skip to content

Commit d84016e

Browse files
BenjaminMichaelisj0shuale
authored andcommitted
ci: Update target
1 parent 7eced60 commit d84016e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)