diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a153024..4e98abcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,11 @@ name: Release on: - push: - branches: - - main workflow_run: workflows: ['Unit Test'] types: - completed + branches: + - main jobs: release: runs-on: ubuntu-latest