ci: add more branches and tags

This commit is contained in:
2025-10-19 07:07:47 +03:00
parent ac6c26a5f9
commit 03b49284e1
+6 -1
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/**'