diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a2fef0870d..c9d9ea3d60 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,11 +10,11 @@ concurrency:
 on:
   # Triggers the workflow on push or pull request events but only for the main branch
   push:
-    branches: [main]
+    branches: [develop, main]
     tags:
       - v*
   pull_request:
-    branches: [main]
+    branches: [develop, main]
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: