ci: add more branches and tags

This commit is contained in:
2025-10-19 07:07:47 +03:00
parent ac6c26a5f9
commit 03b49284e1
+7 -2
View File
@@ -4,9 +4,14 @@ on:
push: push:
branches: branches:
- main - main
- master
- prod
- release
- beta
- feature* - feature*
tags: tags:
- 'v*' - release-*
- beta-*
paths: paths:
- .github/workflows/astralrinth-build.yml - .github/workflows/astralrinth-build.yml
- 'apps/app/**' - 'apps/app/**'
@@ -96,7 +101,7 @@ jobs:
librsvg2-dev \ librsvg2-dev \
xdg-utils \ xdg-utils \
openjdk-11-jdk openjdk-11-jdk
- name: ⚙️ Set application environment - name: ⚙️ Set application environment
shell: bash shell: bash
run: | run: |