Skip to content

Commit 65b16f7

Browse files
committed
enable Actions for 1.0.x branch
1 parent b5524ac commit 65b16f7

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/esp-idf.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: ESP-IDF CI
33
on:
44
push:
55
branches:
6-
- master
7-
- develop
6+
- 1.0.x
87

98
pull_request:
109

.github/workflows/pio.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: PlatformIO CI
33
on:
44
push:
55
branches:
6-
- master
7-
- develop
6+
- 1.0.x
87

98
pull_request:
109

.github/workflows/platformless.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Default Compilation
33
on:
44
push:
55
branches:
6-
- master
7-
- develop
6+
- 1.0.x
87

98
pull_request:
109

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Unit tests
33
on:
44
push:
55
branches:
6-
- master
7-
- develop
6+
- 1.0.x
87

98
pull_request:
109

0 commit comments

Comments
 (0)