From 462cf73d62da9f6d658e824a410e1bc8085b1029 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Fri, 28 Jun 2024 21:28:02 +0200 Subject: [PATCH] chore: run CI on all branches --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77e8aeb..b19838f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: CI -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] +on: [ push, pull_request ] env: CARGO_TERM_COLOR: always