There was an error while loading. Please reload this page.
1 parent 2e4e074 commit b43ace6Copy full SHA for b43ace6
1 file changed
.github/workflows/esp32-build.yaml
@@ -6,9 +6,7 @@
6
7
name: ESP32 Builds
8
9
-on:
10
- push: []
11
- pull_request: []
+on: [push, pull_request]
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/main' && github.ref || github.run_id }}
0 commit comments