mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Enabled GitHub actions on push.
Co-authored-by: Tom Forbes <tom@tomforb.es>
This commit is contained in:
parent
f6f430d3ff
commit
200ae86de6
2 changed files with 6 additions and 0 deletions
3
.github/workflows/linters.yml
vendored
3
.github/workflows/linters.yml
vendored
|
@ -2,6 +2,9 @@ name: Linters
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
flake8:
|
||||
|
|
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -2,6 +2,9 @@ name: Tests
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
javascript-tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue