ci: add more branches and tags
Some checks failed
AstralRinth App build / Build (x86_64-unknown-linux-gnu, ubuntu-latest) (push) Successful in 37m51s
AstralRinth App build / Build (x86_64-pc-windows-msvc, windows-latest) (push) Has been cancelled

This commit is contained in:
2025-10-19 07:07:47 +03:00
parent ac6c26a5f9
commit 03b49284e1

View File

@@ -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: |