Skip to content

Commit b43ace6

Browse files
committed
CI: Fix implicit branch filtering []
Signed-off-by: Peter M <petermm@gmail.com>
1 parent 2e4e074 commit b43ace6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/esp32-build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
name: ESP32 Builds
88

9-
on:
10-
push: []
11-
pull_request: []
9+
on: [push, pull_request]
1210

1311
concurrency:
1412
group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/main' && github.ref || github.run_id }}

0 commit comments

Comments
 (0)