Skip to content

Commit

Permalink
JH: Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Dec 20, 2024
1 parent 70bfb3d commit 3e38f86
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build landingpage
name: JH Build landingpage

on:
pull_request:
branches: ["main"]
branches: ["main-jethub"]
release:
types: ["published"]

Expand All @@ -20,6 +20,11 @@ jobs:
- generic-x86-64
- intel-nuc
- khadas-vim3
- jethub-h1
- jethub-h2
- jethub-d1
- jethub-d1p
- jethub-d2
- odroid-c2
- odroid-c4
- odroid-m1
Expand All @@ -36,9 +41,6 @@ jobs:
- raspberrypi4
- raspberrypi4-64
- raspberrypi5-64
- tinker
- yellow
- green
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand All @@ -56,7 +58,7 @@ jobs:
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV

- name: Build landingpage
uses: home-assistant/[email protected]
uses: jethub-homeassistant/[email protected]
with:
args: |
$BUILD_ARGS \
Expand Down

0 comments on commit 3e38f86

Please sign in to comment.