From 5a597b7bb30ae8f71f957613d2522e988378ac85 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Fri, 7 Feb 2025 14:29:27 -0500 Subject: [PATCH] Fixed workflow --- .github/workflows/build.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b14f951..f788745 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,7 +1,9 @@ --- -name: "Savin's Home Assistant" +name: Savin's Home Assistant -on: [push, pull_request] +on: + - push + - pull_request jobs: build: @@ -9,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install Custom Components (Hass.IO) - run: | - pwd - ls -la + - name: Install Custom Components (Hass.IO) + run: | + pwd + ls -la # git checkout $(git describe --tags --always $(git rev-list --tags --max-count=1000) | grep -e "[0-9]\+\.[0-9]\+\.[0-9]\+$" | head -n 1)