From ce212c6578d9d097e51e3de36ff26f0adb0c16c8 Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Wed, 11 Oct 2023 12:48:20 -0300 Subject: [PATCH] fix: Run ci on pull request to resolve small error --- .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 b5ba7f4..3bbac05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: push +on: [push, pull_request] env: CARGO_TERM_COLOR: always