From df3f70b7ed839dfc08b61efdf16f08af96282784 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Jul 2020 22:40:12 +0100 Subject: [PATCH] Rename to push-checks.yml, don't do PRs Also commented better at the top --- .../{pr-or-push-checks.yml => push-checks.yml} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename .github/workflows/{pr-or-push-checks.yml => push-checks.yml} (88%) 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: