From 836a58ad0c5dfbca7c4e18009a29ea93bcd02117 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 12 Aug 2024 17:43:47 +0200 Subject: [PATCH] Allow builds on dev branch --- .github/workflows/esphome-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/esphome-build.yml b/.github/workflows/esphome-build.yml index 111bd16e..c8758e94 100644 --- a/.github/workflows/esphome-build.yml +++ b/.github/workflows/esphome-build.yml @@ -68,7 +68,7 @@ jobs: path: output publish: - if: (github.event_name == 'workflow_dispatch' || github.event_name == 'push') && github.ref == 'refs/heads/master' + if: (github.event_name == 'workflow_dispatch' || github.event_name == 'push') && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev') name: Upload artifacts runs-on: ubuntu-latest needs: [build]