diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c04b1c85b..2114191e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,14 +2,10 @@ name: Release on: release: types: [published] - # Enable manual run workflow_dispatch: - pull_request: # todo: remove - branches: - - master jobs: - rebase: + release: uses: biolab/orange-ci-cd/.github/workflows/release.yml@wheel-build with: pure-python: true \ No newline at end of file