Skip to content

Commit

Permalink
Reduce github action runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 7, 2022
1 parent 194cab4 commit 76175c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python package

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
# Only include *manylinux* wheels; the other wheels files are built but
# rejected by pip.
twine upload dist/*manylinux*.whl
twine upload dist/*-manylinux*.whl
if: "matrix.os == 'ubuntu-latest'"
- name: Publish
env:
Expand Down

0 comments on commit 76175c4

Please sign in to comment.