From 6bed0200aa6301a1e9c8c5915e40f79f17a620ce Mon Sep 17 00:00:00 2001 From: unl0ck Date: Tue, 3 Dec 2024 06:43:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20workflow=20should=20b?= =?UTF-8?q?uild=20maybe=20everytime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/builder.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index e817cdc..7a379ca 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -6,7 +6,10 @@ env: on: push: + tags: + - "*" branches: + pull_request: branches: - main @@ -58,7 +61,6 @@ jobs: build: needs: init runs-on: ubuntu-latest - if: needs.init.outputs.changed == 'true' name: Build ${{ matrix.arch }} ${{ matrix.addon }} add-on strategy: matrix: @@ -90,7 +92,6 @@ jobs: fi - name: Login to GitHub Container Registry - if: env.BUILD_ARGS != '--test' uses: docker/login-action@v3 with: registry: ghcr.io @@ -98,7 +99,6 @@ jobs: password: ${{ secrets.TOKEN }} - name: Build ${{ matrix.addon }} add-on - if: steps.check.outputs.build_arch == 'true' uses: home-assistant/builder@2024.08.2 with: args: |