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
|
name: Deploy Webzine
|
||||||
|
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- 'main'
|
||||||
workflow_dispatch:
|
workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# ─────────────────────────────────────────────
|
# ─────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user