Better tag matching (#243)
* Better tag matching * Split PR and release flows * Undo PR archiving
This commit is contained in:
committed by
GitHub
parent
ddb2952e64
commit
67f58a39aa
21
.github/workflows/build-pr.yaml
vendored
Normal file
21
.github/workflows/build-pr.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user