From d070244334ba3e34987ec131d976fc11e1a920ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 5 Feb 2026 07:45:10 +0200 Subject: [PATCH] Build images for main branch --- .github/workflows/esp32c3-arduino.yaml | 4 ++++ .github/workflows/esp8266-arduino.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/esp32c3-arduino.yaml b/.github/workflows/esp32c3-arduino.yaml index 8f89585..cc81f4b 100644 --- a/.github/workflows/esp32c3-arduino.yaml +++ b/.github/workflows/esp32c3-arduino.yaml @@ -3,6 +3,8 @@ name: esp32c3-arduino on: push: + branches: + - main tags: - 'v*.*.*' @@ -48,6 +50,7 @@ jobs: firmware/esp32c3-arduino - name: Create Release + if: startsWith(github.ref, 'refs/tags/') id: create_release uses: actions/create-release@v1 env: @@ -59,6 +62,7 @@ jobs: prerelease: false - name: Upload Release Asset + if: startsWith(github.ref, 'refs/tags/') id: upload-release-asset uses: actions/upload-release-asset@v1 env: diff --git a/.github/workflows/esp8266-arduino.yaml b/.github/workflows/esp8266-arduino.yaml index 0c8a682..a040abe 100755 --- a/.github/workflows/esp8266-arduino.yaml +++ b/.github/workflows/esp8266-arduino.yaml @@ -3,6 +3,8 @@ name: esp8266-arduino on: push: + branches: + - main tags: - 'v*.*.*' @@ -47,6 +49,7 @@ jobs: firmware/esp8266 - name: Create Release + if: startsWith(github.ref, 'refs/tags/') id: create_release uses: actions/create-release@v1 env: @@ -58,6 +61,7 @@ jobs: prerelease: false - name: Upload Release Asset + if: startsWith(github.ref, 'refs/tags/') id: upload-release-asset uses: actions/upload-release-asset@v1 env: