Browse Source

Specify branches to auto-build web app on

pull/2049/head
Gabe Kangas 3 years ago committed by GitHub
parent
commit
63bf3b773c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/bundle-web.yml

3
.github/workflows/bundle-web.yml

@ -1,6 +1,9 @@ @@ -1,6 +1,9 @@
name: Build and bundle web app into Owncast
on:
push:
branches:
- webv2
- develop
paths:
- web/**

Loading…
Cancel
Save