From 9fa2984c98a95bad0ab508461a49a7c5d01ddc76 Mon Sep 17 00:00:00 2001 From: Xavier Molloy Date: Thu, 4 Jul 2024 08:11:40 +0200 Subject: [PATCH] ci: trigger deployment on push on main branch --- .github/workflows/continuous-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 3438728e4..29d571103 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -7,6 +7,7 @@ on: push: branches: - develop + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: