Merge branch 'main' into dev

This commit is contained in:
Ingo Oppermann 2024-04-02 17:04:47 +02:00
commit 8ea3b71844
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -3,6 +3,8 @@ name: 'Build dev restreamer-ui'
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: '37 4 * * *'
push:
branches:
- dev
@ -13,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: dev
- name: Set up Node.js
uses: actions/setup-node@v4