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