1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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
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: