From 13ce75c2671dd63a07b65ae25d926329f93b200e Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Thu, 26 Sep 2024 14:42:13 -0400 Subject: [PATCH] update branch name for humble (#173) --- .github/workflows/industrial_ci_action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/industrial_ci_action.yaml b/.github/workflows/industrial_ci_action.yaml index 64a86c52..dced24c4 100644 --- a/.github/workflows/industrial_ci_action.yaml +++ b/.github/workflows/industrial_ci_action.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ ros2 ] + branches: [ humble ] pull_request: - branches: [ ros2 ] + branches: [ humble ] jobs: industrial_ci: