Better tag matching (#243)

* Better tag matching

* Split PR and release flows

* Undo PR archiving
This commit is contained in:
Christiaan Goossens
2026-04-14 14:17:09 +02:00
committed by GitHub
parent ddb2952e64
commit 67f58a39aa
2 changed files with 46 additions and 16 deletions

21
.github/workflows/build-pr.yaml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Build pull request artifact
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build
run: scripts/build
- name: Upload Artifact
uses: actions/upload-artifact@v7
with:
path: ./hass-oidc-auth.zip
archive: false