Skip to content

Commit

Permalink
ci: should? fix not running on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu authored Oct 15, 2024
1 parent 8457ae7 commit fdb032b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/all_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: all_plugins

on:
pull_request:
branches:
- master
paths-ignore:
- "docs/**"
- "website/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wifi_iot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: wifi_iot

on:
pull_request:
branches:
- master
paths:
- "packages/wifi_iot/**"
- ".github/workflows/wifi_iot.yaml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wifi_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: wifi_scan

on:
pull_request:
branches:
- master
paths:
- "packages/wifi_scan/**"
- ".github/workflows/wifi_scan.yaml"
Expand Down

0 comments on commit fdb032b

Please sign in to comment.