From 72d301c2840a9cbca813a02056aba162dbf30f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lena=20Hellstr=C3=B6m?= Date: Tue, 23 Feb 2021 11:46:57 -0800 Subject: [PATCH] update CI to new branching scheme (#376) --- .github/workflows/rust.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1defe73..55ea864 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -3,12 +3,14 @@ "on": { "push": { "branches": [ - "master" + "trunk", + "v*.x" ] }, "pull_request": { "branches": [ - "master" + "trunk", + "v*.x" ] } },