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)