From a684ac120f03c8d3f6d303bb7373fdf04ceaa8c2 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 7 Jan 2020 10:14:01 +1000 Subject: [PATCH] run contrib check on push as well Which should ensure I notice when I've forgotten to change my email back after testing the script :-) --- .github/workflows/contrib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index a0d9b4eba..ad81e1895 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -1,6 +1,6 @@ name: Author in CONTRIBUTORS -on: [pull_request] +on: [push, pull_request] jobs: check: