From 1bfe95d08a44ca5ff657a1e288b0ad7b2f77192e Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 17 Dec 2020 13:18:27 +0100 Subject: [PATCH] Change build action to also trigger on develop Signed-off-by: trivernis --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15fa561..bfbe5a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build and Test on: push: - branches: [ main ] + branches: [ main, develop ] pull_request: - branches: [ main ] + branches: [ main, develop ] env: CARGO_TERM_COLOR: always