refactor: extract shared CI steps to deploy_call.yaml reusable workflow
This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
if: "!contains(github.ref_name, 'beta') && !contains(github.ref_name, 'test')"
|
||||
uses: ./.gitea/workflows/deploy_call.yaml
|
||||
with:
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user