Skip to content

Commit

Permalink
Fix condition for publishing (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
nijkah authored Sep 14, 2022
1 parent 3a0705a commit 4179640
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Deploy

on: push
on:
push:
tags:
- '**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 4179640

Please sign in to comment.