Skip to content

Commit

Permalink
Fix pypi deployment only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Apr 20, 2022
1 parent 6c998e7 commit dcc8072
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pypi-tag-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
name: Deploy to PyPI

on:
push:
tags:
- '*'
paths:
- 'coffea_casa/*'
branches:
- master
release:
types: [created]

jobs:
deploy:
Expand Down

0 comments on commit dcc8072

Please sign in to comment.