1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27: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 a9680ea8c0
commit 1cda0f9315

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
name: Check-Dependencies-Flake8-PyTest
name: Push-Checks
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build: