1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-17 07:41:13 +03:00

Rename to push-checks.yml, don't do PRs

Also commented better at the top
This commit is contained in:
Athanasius 2020-07-26 22:40:12 +01:00
parent 6513db3aca
commit df3f70b7ed

View File

@ -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 # 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: on:
push: push:
branches: [ develop ] branches: [ develop ]
pull_request:
branches: [ develop ]
jobs: jobs:
build: build: