From 373c5be7fcd9805ceb07edb30b4cf546b0032403 Mon Sep 17 00:00:00 2001 From: Tim Kluge Date: Thu, 29 May 2025 13:21:26 +0200 Subject: [PATCH] Enable pipeline for all branches --- .github/workflows/android.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 11faee3..2bba5b5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -3,10 +3,10 @@ name: Build on: workflow_dispatch: push: - branches: [ "master" ] + branches: [ "**" ] tags: [ "*" ] pull_request: - branches: [ "master" ] + branches: [ "**" ] jobs: build: @@ -60,4 +60,5 @@ jobs: detail.png list.png env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +