Skip to content

Commit fdb032b

Browse files
authored
ci: should? fix not running on PR
1 parent 8457ae7 commit fdb032b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: all_plugins
22

33
on:
44
pull_request:
5+
branches:
6+
- master
57
paths-ignore:
68
- "docs/**"
79
- "website/**"

.github/workflows/wifi_iot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: wifi_iot
33

44
on:
55
pull_request:
6+
branches:
7+
- master
68
paths:
79
- "packages/wifi_iot/**"
810
- ".github/workflows/wifi_iot.yaml"

.github/workflows/wifi_scan.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: wifi_scan
33

44
on:
55
pull_request:
6+
branches:
7+
- master
68
paths:
79
- "packages/wifi_scan/**"
810
- ".github/workflows/wifi_scan.yaml"

0 commit comments

Comments
 (0)