feat : activer le déclenchement manuel du flux de travail de déploiement
This commit is contained in:
@@ -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:
|
||||
# ─────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user