Skip to content

Commit 0d2c413

Browse files
committed
✨ Update Deployment Workflow to Include Branch Triggers
- Add branch triggers for push and pull request events on main and develop branches in the deploy.dev.yml workflow.
1 parent f53b4f8 commit 0d2c413

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.dev.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Déploiement sur VPS (dev)
22

33
on:
44
push:
5-
5+
branches: [main, develop]
6+
pull_request:
7+
branches: [main, develop]
68
workflow_dispatch:
79

810
env:

0 commit comments

Comments
 (0)