Skip to content

Commit

Permalink
Merge branch 'feature/move-control-to-items' into move-logic-to-items
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh authored Sep 16, 2024
2 parents 4e117db + e237c7d commit d428cf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-arduino.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Compile Examples
on: [pull_request]
on: [pull_request_target]

jobs:
compile:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/pr_size_check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: PR Size Checker
on: [pull_request_target]
on:
pull_request_target:
branches-ignore:
- master

jobs:
check_pr_size:
name: runner / check-pr-size
Expand Down

0 comments on commit d428cf8

Please sign in to comment.