Skip to content

Commit 61acd2f

Browse files
fixup! Add rustls real socket test with TLS server and client implementation
1 parent 2db6ce0 commit 61acd2f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/esp32-test.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: ESP32 Test Build
22

33
on:
4-
# push:
5-
# branches: [ master ]
6-
# paths:
7-
# - 'validation/esp32-test/**'
8-
# - '.github/workflows/esp32-test.yml'
9-
# pull_request:
10-
# paths:
11-
# - 'validation/esp32-test/**'
12-
# - '.github/workflows/esp32-test.yml'
13-
workflow_dispatch:
4+
push:
5+
branches: [ master ]
6+
paths:
7+
- 'validation/esp32-test/**'
8+
- '.github/workflows/esp32-test.yml'
9+
pull_request:
10+
paths:
11+
- 'validation/esp32-test/**'
12+
- '.github/workflows/esp32-test.yml'
1413

1514
permissions:
1615
contents: read

0 commit comments

Comments
 (0)