From 6b70b19b3f8191ead1963b23e1d334b5ba3d9e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 17 Jul 2026 10:36:13 +0200 Subject: [PATCH] ci: Enable the CI workflow on pull requests towards main This somewhat broke when we renamed the master branch to main. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 262053e6..bbbbf87c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,9 @@ permissions: {} on: push: + branches: ["main"] pull_request: - branches: [master] + branches: ["**"] env: CARGO_TERM_COLOR: always