Create web-deploy.yml #1

Merged
mattdimegs merged 3 commits from web-deploy into main 2025-06-10 21:22:03 +00:00
Showing only changes of commit 66d2403149 - Show all commits

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']