From a034b6f0df4fbaf7b102a56e66f921552b555b8f Mon Sep 17 00:00:00 2001 From: ijnek Date: Wed, 30 Oct 2024 23:14:46 +0000 Subject: [PATCH] update iron ci Signed-off-by: ijnek --- .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: