Skip to content

Commit 6d00251

Browse files
committed
actions
1 parent 18c0633 commit 6d00251

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/cli-build-esp32-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- dev
9+
- main
10+
- release/*
1011

1112
pull_request:
1213

.github/workflows/pio-build-esp32-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- dev
9+
- master
10+
- release/*
1011

1112
pull_request:
1213

.github/workflows/pio-build-esp8266.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- dev
10-
# - master
11-
# - release/*
9+
- master
10+
- release/*
11+
1212
pull_request:
1313

1414
concurrency:

0 commit comments

Comments
 (0)