Skip to content

Commit

Permalink
ci: Update target
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Dec 4, 2024
1 parent d463f31 commit 23ff1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Test-And-Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, Test, and Deploy EssentialCSharp.Web
on:
push:
branches: ["main"]
pull_request_target:
pull_request:
branches: ["main"]
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request_target:
pull_request:
branches: [ "main" ]
schedule:
- cron: '21 15 * * 5'
Expand Down

0 comments on commit 23ff1d6

Please sign in to comment.