From e770bf19e31f1118dea66b42a4ee9d10cbc7db28 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Thu, 25 Jul 2024 15:03:44 +0700 Subject: [PATCH] Add develop to build targets --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: