Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Mar 23, 2021
1 parent 3ce8d03 commit 7f4d2da
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Conda Tests

on:
push:
pull_request:
branches: ["master"]

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs_test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
---
name: "Docs Check"
on:
- pull_request
- push

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Flake8

on:
push:
pull_request:
branches: ["master"]

jobs:
Run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: mypy

on:
push:
pull_request:
branches: ["master"]

jobs:
Run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Windows

on:
push:
pull_request:
branches: ["master"]

jobs:
tests:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/python_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Linux

on:
push:
pull_request:
branches: ["master"]

jobs:
tests:
Expand Down Expand Up @@ -127,7 +125,7 @@ jobs:

- name: Upload distribution to PyPI 🚀
if: startsWith(github.ref, 'refs/tags/')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@1.4.2
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/python_ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: macOS

on:
push:
pull_request:
branches: ["master"]

jobs:
tests:
Expand Down

0 comments on commit 7f4d2da

Please sign in to comment.