Files
datadunia 25e0cfd15e
Release / deploy (push) Has been cancelled
Beta Release / deploy (push) Has been cancelled
refactor: extract shared CI steps to deploy_call.yaml reusable workflow
2026-05-08 05:48:02 +07:00

16 lines
278 B
YAML

name: Beta Release
on:
push:
tags:
- 'v*-beta*'
- 'v*-test*'
jobs:
deploy:
if: "contains(github.ref_name, 'beta') || contains(github.ref_name, 'test')"
uses: ./.gitea/workflows/deploy_call.yaml
with:
prerelease: true
secrets: inherit