From 9a07315b96bee87511cd399eda5c804b9fd65c7a Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Wed, 2 Oct 2024 09:22:06 +0200 Subject: [PATCH] (ros1)(actions) also run on feature branches --- .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: