summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-02-26 06:15:52 +0100
committerGitHub <noreply@github.com>2021-02-26 06:15:52 +0100
commit200ae86de6f2088fbae7498ea21165f4f9538762 (patch)
tree52ca9e680683ebfde26518937837ee559bcb9704 /.github
parentf6f430d3ff9ca254826e9fcaa968ba02018c6c83 (diff)
downloaddjango-200ae86de6f2088fbae7498ea21165f4f9538762.tar.gz
Enabled GitHub actions on push.
Co-authored-by: Tom Forbes <tom@tomforb.es>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linters.yml3
-rw-r--r--.github/workflows/tests.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 17d42e227f..ca8402bc65 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -2,6 +2,9 @@ name: Linters
on:
pull_request:
+ push:
+ branches:
+ - master
jobs:
flake8:
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 6ddd70a2bd..1acf53af88 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -2,6 +2,9 @@ name: Tests
on:
pull_request:
+ push:
+ branches:
+ - master
jobs:
javascript-tests: