From 045917ef1ee2bca8763d533d51d40f12a81df98c Mon Sep 17 00:00:00 2001
From: PrimozGodec
Date: Fri, 9 Feb 2024 11:52:01 +0100
Subject: [PATCH] Automated release
---
.github/workflows/release.yml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
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