From e02537601769df0c54e224a9d55d16a9273c7f68 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Tue, 18 May 2021 12:17:23 +0200 Subject: [PATCH] chore(ci): ci on push --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bffdb02c..be775d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: ci -on: [pull_request] +on: [pull_request, push] jobs: commitlint: