Skip to content

Commit

Permalink
removed PR event types in CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 17, 2024
1 parent 28060e1 commit 26b37a3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Arduino CLI build
on:
pull_request:
branches: [master, v1.x]
types: [opened, reopened]
paths:
- ".github/workflows/build_arduino.yml"
- "examples/**"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Linux build
on:
pull_request:
branches: [master, v1.x]
types: [opened, reopened]
paths:
- "*.h"
- "*.cpp"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: PlatformIO build
on:
pull_request:
branches: [master, v1.x]
types: [opened, reopened]
paths:
- ".github/workflows/build_platformIO.yml"
- "library.json"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_rp2xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- "examples_pico/*"
pull_request:
branches: [master, v1.x]
types: [opened, reopened]
paths:
- ".github/workflows/build_rp2xxx.yml"
- "*.h"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: build Docs
on:
pull_request:
branches: [master, v1.x]
types: [opened, reopened]
paths:
- "*.h"
- "docs/**"
Expand Down

0 comments on commit 26b37a3

Please sign in to comment.