From 3edb08dffd4cbe784a87f0a91d02c5812a8934d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 23 Jun 2022 11:12:01 +0200 Subject: [PATCH] MOBILE-4090 github: Change branch names on scripts --- .github/workflows/mirror.yml | 2 +- .github/workflows/prepare.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 3c026cd8b..7a2715099 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -2,7 +2,7 @@ name: Mirror on: push: - branches: [ master, integration ] + branches: [ master, main, unscheduled, integration, beta ] jobs: mirror: diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 0439e3209..f9bb88554 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -2,7 +2,7 @@ name: Prepare on: push: - branches: [ master, integration, freemium-master ] + branches: [ master, main, unscheduled, integration, beta, freemium-master, freemium-main ] jobs: prepare: