diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3137ec7..439d41f 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -1,10 +1,14 @@ name: Build and Release +#on: +# workflow_run: +# workflows: ["Test with Pytest"] +# types: +# - completed on: - workflow_run: - workflows: [Test with Pytest] - types: - - completed + push: + branches: + - main jobs: build-x86_64: