From 2ed3c50bb66a7d8f274e486099c2d58bbdf60b46 Mon Sep 17 00:00:00 2001 From: Felix Erdmann Date: Wed, 5 Apr 2023 10:06:50 +0200 Subject: [PATCH] #293: distribute `study` branch on google play --- .github/workflows/release-beta-android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-beta-android.yml b/.github/workflows/release-beta-android.yml index a37372eb..ed63a34e 100644 --- a/.github/workflows/release-beta-android.yml +++ b/.github/workflows/release-beta-android.yml @@ -1,9 +1,9 @@ name: Google-Play-Android-Distribution on: - # Triggers the workflow on push or pull request events but only for the study-1 branch + # Triggers the workflow on push or pull request events but only for the study branch push: - branches: [study-1] + branches: [study] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: