From dd27048415a5b4c779a27a7f910369a645cbb26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natanael=20Louren=C3=A7o?= Date: Fri, 27 Oct 2023 23:54:52 -0300 Subject: [PATCH] fea: test ci with coveralls --- .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 47ba48e..4294199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Test on: - pull_request: + push: branches: - main