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:
3
.github/workflows/linters.yml
vendored
3
.github/workflows/linters.yml
vendored
@@ -2,6 +2,9 @@ name: Linters
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flake8:
|
flake8:
|
||||||
|
|||||||
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -2,6 +2,9 @@ name: Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
javascript-tests:
|
javascript-tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user