From 35cfd18ca787f6639de14c904dd060e0166f0fee Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Tue, 9 Jan 2024 21:28:19 +0100 Subject: [PATCH] new: enabled ci for release branches --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 796b1cc6..f776875f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [master, release/*] pull_request: - branches: [master] + branches: [master, release/*] env: CARGO_TERM_COLOR: always