diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 149813424..dfcad59ce 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,9 +5,9 @@ name: CI-Mobile on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ main, develop ] + branches: [ main, develop, 'feature/**' ] pull_request: - branches: [ main, develop ] + branches: [ main, develop, 'feature/**' ] jobs: build_ios: name: Build-iOS diff --git a/.github/workflows/CIserver.yml b/.github/workflows/CIserver.yml index 44a1f82fb..3a985f891 100644 --- a/.github/workflows/CIserver.yml +++ b/.github/workflows/CIserver.yml @@ -5,9 +5,9 @@ name: CI-Server on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ main, develop ] + branches: [ main, develop, 'feature/**' ] pull_request: - branches: [ main, develop ] + branches: [ main, develop, 'feature/**' ] jobs: build_serverapi: