Skip to content

Commit

Permalink
CI - Automated release
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Mar 5, 2024
1 parent ce9068a commit c557af9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,15 @@
name: Release
on:
release:
types: [published]
workflow_dispatch:
pull_request: # todo: remove
branches:
- master

jobs:
release:
uses: biolab/orange-ci-cd/.github/workflows/release.yml@master
with:
pure-python: true
secrets: inherit

0 comments on commit c557af9

Please sign in to comment.