Create web-deploy.yml

This commit is contained in:
Matt DiMeglio 2025-06-10 16:30:03 -04:00 committed by GitHub
parent 08c9ce345b
commit 66d2403149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
.github/workflows/web-deploy.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Web Deployment
on:
workflow_dispatch: {}
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- main
paths:
- web/**
jobs:
deploy:
permissions:
contents: read
runs-on: ['self-hosted', 'pi']