Skip to content

Commit

Permalink
Change CD pipeline to react on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dkraczkowski committed Jul 5, 2021
1 parent 6d8f32e commit f4655ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Release

on:
release:
types:
- created
- edited
push:
tags:
- '*.*.*'

jobs:
pypi:
Expand Down

0 comments on commit f4655ec

Please sign in to comment.