refactor: extract shared CI steps to deploy_call.yaml reusable workflow
Release / deploy (push) Has been cancelled
Beta Release / deploy (push) Has been cancelled

This commit is contained in:
datadunia
2026-05-08 05:48:02 +07:00
parent 9c771f098c
commit 25e0cfd15e
3 changed files with 2 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@ on:
jobs:
deploy:
if: "contains(github.ref_name, 'beta') || contains(github.ref_name, 'test')"
uses: ./.gitea/workflows/deploy_call.yaml
with:
prerelease: true