diff --git a/.github/workflows/build_restreamer-ui_dev.yaml b/.github/workflows/build_restreamer-ui_dev.yaml index ae571a9..d900de7 100644 --- a/.github/workflows/build_restreamer-ui_dev.yaml +++ b/.github/workflows/build_restreamer-ui_dev.yaml @@ -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