From 9329262babfa54146ff795724f77d1c51238560c Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Wed, 2 Oct 2024 09:41:31 +0200 Subject: [PATCH] (ros1)(actions) also run on feature branches (#153) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09725d5..fdd013f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,14 @@ on: workflow_dispatch: push: branches: - - develop + - ros1* pull_request: branches: - - develop + - ros1* jobs: industrial_ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: