Skip to content

Commit

Permalink
chore: CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode committed Jul 23, 2023
1 parent 883c658 commit c7ea346
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux (.NET 6.0)
on:
push:
branches: [main]
pull_request_target:
pull_request:

jobs:
os-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux (.NET 7.0)
on:
push:
branches: [main]
pull_request_target:
pull_request:

jobs:
os-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: MacOS (.NET 6.0)
on:
push:
branches: [main]
pull_request_target:
pull_request:

jobs:
os-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: MacOS (.NET 7.0)
on:
push:
branches: [main]
pull_request_target:
pull_request:

jobs:
os-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows (.NET 6.0)
on:
push:
branches: [main]
pull_request_target:
pull_request:

jobs:
os-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows (.NET 7.0)
on:
push:
branches: [main]
pull_request_target:
pull_request:

jobs:
os-tests:
Expand Down

0 comments on commit c7ea346

Please sign in to comment.