🔧 Add workflow_dispatch to staging, render and tag builds

This commit is contained in:
Yamila Moreno
2026-02-16 15:38:38 +01:00
parent 8c5ce4d318
commit 9fa77cd06c
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: _STAGING RENDER
on:
workflow_dispatch:
schedule:
- cron: '36 5-20 * * 1-5'

View File

@@ -1,6 +1,7 @@
name: _STAGING
on:
workflow_dispatch:
schedule:
- cron: '36 5-20 * * 1-5'

View File

@@ -1,6 +1,7 @@
name: _TAG
on:
workflow_dispatch:
push:
tags:
- '*'