From 2643deea30639a982c967978a7b8882af07e6e11 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Wed, 2 Oct 2024 09:09:09 +0200 Subject: [PATCH] (actions) also run on feature branches --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 749a442..dafd6b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,15 +3,15 @@ name: CI on: workflow_dispatch: push: - branches: - - ros2 + branches-ignore: + - ros1* pull_request: - branches: - - ros2 + branches-ignore: + - ros1* jobs: industrial_ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: