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