Enabled GitHub actions on push.

Co-authored-by: Tom Forbes <tom@tomforb.es>
This commit is contained in:
Mariusz Felisiak 2021-02-26 06:15:52 +01:00 committed by GitHub
parent f6f430d3ff
commit 200ae86de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: Linters
on:
pull_request:
push:
branches:
- master
jobs:
flake8:

View File

@ -2,6 +2,9 @@ name: Tests
on:
pull_request:
push:
branches:
- master
jobs:
javascript-tests: