From 01b4f30673bed8bd5455e440f94677947bfe9024 Mon Sep 17 00:00:00 2001 From: Kenji Brameld Date: Wed, 26 Jul 2023 19:59:55 -0500 Subject: [PATCH] Target iron branch in iron CI Signed-off-by: Kenji Brameld --- .github/workflows/build_and_test_iron.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_iron.yaml b/.github/workflows/build_and_test_iron.yaml index 677fd61..b483651 100644 --- a/.github/workflows/build_and_test_iron.yaml +++ b/.github/workflows/build_and_test_iron.yaml @@ -6,11 +6,11 @@ name: Build and Test (iron) on: # Triggers the workflow on push push: - branches: [ rolling ] + branches: [ iron ] # Triggers the workflow on pull requests pull_request: - branches: [ rolling ] + branches: [ iron ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: