Skip to content

Commit

Permalink
Change regex for ci and suppress double run (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdele committed Nov 9, 2020
1 parent 9eb169e commit f60f07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Python package

on:
push:
pull_request:
pull_request:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Python on TestPyPI and pypi
on:
push:
tags:
- '/^v\d+\.\d+\.\d+(-\S+)?$/'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build-n-publish:
Expand Down

0 comments on commit f60f07c

Please sign in to comment.