Skip to content

Commit

Permalink
undo changes to CI triggers in #821
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 18, 2022
1 parent d34148e commit b2cf576
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Arduino CLI build

on:
pull_request_target:
types: [opened, reopened, synchronize]
pull_request:
types: [opened, reopened, synchronized]
types: [opened, reopened]
paths:
- ".github/workflows/build_arduino.yml"
- "examples/**"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Linux build

on:
pull_request_target:
types: [opened, reopened, synchronize]
pull_request:
types: [opened, reopened]
paths:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: PlatformIO build

on:
pull_request_target:
types: [opened, reopened, synchronize]
pull_request:
types: [opened, reopened, synchronized]
types: [opened, reopened]
paths:
- ".github/workflows/build_platformIO.yml"
- "library.json"
Expand Down

0 comments on commit b2cf576

Please sign in to comment.