Skip to content

Commit

Permalink
enable Actions for 1.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Apr 6, 2024
1 parent b5524ac commit 65b16f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/esp-idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: ESP-IDF CI
on:
push:
branches:
- master
- develop
- 1.0.x

pull_request:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: PlatformIO CI
on:
push:
branches:
- master
- develop
- 1.0.x

pull_request:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/platformless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Default Compilation
on:
push:
branches:
- master
- develop
- 1.0.x

pull_request:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Unit tests
on:
push:
branches:
- master
- develop
- 1.0.x

pull_request:

Expand Down

0 comments on commit 65b16f7

Please sign in to comment.