From b437310055793e6153f1d1328359eab2577b56ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 5 Jul 2021 14:33:23 +0200 Subject: [PATCH] MOBILE-3320 github: Remove ionic5 branch references --- .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 266221e6c..3c026cd8b 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -2,7 +2,7 @@ name: Mirror on: push: - branches: [ master, integration, ionic5 ] + branches: [ master, integration ] jobs: mirror: diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 20e9bde60..90a274d09 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -2,7 +2,7 @@ name: Prepare on: push: - branches: [ master, integration, ionic5, workplace, freemium-master ] + branches: [ master, integration, workplace, freemium-master ] jobs: prepare: