Skip to content

Commit d86416f

Browse files
committed
Launchpad version changed + PR test
1 parent f7911db commit d86416f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Build examples for Launchpad
66
# - Deploy all to github-pages (config.toml, release_checker.html)
77

88
on:
9+
pull_request:
10+
types: [opened, reopened, synchronize, labeled]
911
push:
1012
branches:
1113
- master
@@ -15,7 +17,7 @@ jobs:
1517
build-launchpad:
1618
strategy:
1719
matrix:
18-
idf_ver: ["v5.4"]
20+
idf_ver: ["release-v5.4"]
1921
runs-on: ubuntu-latest
2022
container: espressif/idf:${{ matrix.idf_ver }}
2123
steps:

0 commit comments

Comments
 (0)