Update linting action

Should now run on PR
This commit is contained in:
0x5c 2020-04-19 21:10:34 -04:00 committed by GitHub
parent 5f796d479e
commit 2c11dad358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Linting
on: [push]
on: [push,pull_request]
jobs:
flake8_py3: