Skip to content

Commit

Permalink
revert CI triggers: pull_request_target back to pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 16, 2024
1 parent 99ad927 commit e71237f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Arduino CLI build

on:
pull_request_target:
pull_request:
branches: [master]
paths:
- ".github/workflows/build_arduino.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linux build

on:
pull_request_target:
pull_request:
branches: [master]
paths:
- "*.h"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PlatformIO build

on:
pull_request_target:
pull_request:
branches: [master]
paths:
- ".github/workflows/build_platformIO.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_rp2xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "cmake/"
- "utility/rp2/*"
- "examples_pico/*"
pull_request_target:
pull_request:
branches: [master]
paths:
- ".github/workflows/build_rp2xxx.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: check code formatting
on:
push:
branches: [master]
pull_request_target:
pull_request:
branches: [master]

jobs:
Expand Down

0 comments on commit e71237f

Please sign in to comment.