feat : activer le déclenchement manuel du flux de travail de déploiement

This commit is contained in:
mirage
2026-03-26 16:08:28 +01:00
parent 08b49c522d
commit 175bd09270

View File

@@ -1,10 +1,11 @@
name: Deploy Webzine
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
push:
branches:
- main
workflow_dispatch:
- 'main'
workflow_dispatch
jobs:
# ─────────────────────────────────────────────