From 1ff1e6ae8708dc2b2e4a5b16f74494d07735a7b4 Mon Sep 17 00:00:00 2001 From: Michael Suo Date: Sat, 14 Sep 2019 02:03:35 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aa36a063fbdfd..6184fc495b3b4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,11 @@ name: Lint on: - pull_request + push: + branches: + - master +on: + pull_request jobs: flake8-py3: