From 03b49284e16938934307574f5b6dae51953b3b81 Mon Sep 17 00:00:00 2001 From: didirus Date: Sun, 19 Oct 2025 07:07:47 +0300 Subject: [PATCH] ci: add more branches and tags --- .github/workflows/astralrinth-build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/astralrinth-build.yml b/.github/workflows/astralrinth-build.yml index c037743e..cb155013 100644 --- a/.github/workflows/astralrinth-build.yml +++ b/.github/workflows/astralrinth-build.yml @@ -4,9 +4,14 @@ on: push: branches: - main + - master + - prod + - release + - beta - feature* tags: - - 'v*' + - release-* + - beta-* paths: - .github/workflows/astralrinth-build.yml - 'apps/app/**' @@ -96,7 +101,7 @@ jobs: librsvg2-dev \ xdg-utils \ openjdk-11-jdk - + - name: ⚙️ Set application environment shell: bash run: |