From 621ee3ca53636506a8785f6f8156458d2a583426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= <8672791+mockersf@users.noreply.github.com> Date: Mon, 3 Jan 2022 20:09:30 +0100 Subject: [PATCH] enable ci on all branches --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 517d676..e0fe6a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,7 @@ name: CI on: push: - branches: [main] pull_request: - branches: [main] env: CARGO_TERM_COLOR: always