Skip to content

Commit

Permalink
👌 IMPROVE: workflow should build maybe everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed Dec 3, 2024
1 parent 1bafd67 commit 6bed020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ env:

on:
push:
tags:
- "*"
branches:

pull_request:
branches:
- main
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -90,15 +92,13 @@ jobs:
fi
- name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.TOKEN }}

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/[email protected]
with:
args: |
Expand Down

0 comments on commit 6bed020

Please sign in to comment.