We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db6ce0 commit 61acd2fCopy full SHA for 61acd2f
.github/workflows/esp32-test.yml
@@ -1,16 +1,15 @@
1
name: ESP32 Test Build
2
3
on:
4
- # push:
5
- # branches: [ master ]
6
- # paths:
7
- # - 'validation/esp32-test/**'
8
- # - '.github/workflows/esp32-test.yml'
9
- # pull_request:
10
11
12
13
- workflow_dispatch:
+ push:
+ branches: [ master ]
+ paths:
+ - 'validation/esp32-test/**'
+ - '.github/workflows/esp32-test.yml'
+ pull_request:
14
15
permissions:
16
contents: read
0 commit comments