diff --git a/.github/workflows/pr-or-push-checks.yml b/.github/workflows/push-checks.yml similarity index 88% rename from .github/workflows/pr-or-push-checks.yml rename to .github/workflows/push-checks.yml index a61a5c09..ba8367c7 100644 --- a/.github/workflows/pr-or-push-checks.yml +++ b/.github/workflows/push-checks.yml @@ -1,13 +1,15 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python +# This workflow will: +# +# * install Python dependencies +# * lint with a single version of Python +# # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Check-Dependencies-Flake8-PyTest +name: Push-Checks on: push: branches: [ develop ] - pull_request: - branches: [ develop ] jobs: build: