🔧 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 name: _STAGING RENDER
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '36 5-20 * * 1-5' - cron: '36 5-20 * * 1-5'

View File

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

View File

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