From 04572b7402a8ac722fb8b2d2dec46a03ac057503 Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Wed, 6 Apr 2022 16:06:15 -0700 Subject: [PATCH] Temporarily allow firesim's submodule hash to be on its 1.13.x branch Until we finalize the release flow with main as the default branch. --- .github/scripts/check-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check-commit.sh b/.github/scripts/check-commit.sh index fad8806a..27abacd4 100755 --- a/.github/scripts/check-commit.sh +++ b/.github/scripts/check-commit.sh @@ -91,7 +91,7 @@ search submodules=("firesim") dir="sims" -branches=("master" "main" "dev") +branches=("master" "main" "dev" "1.13.x") search submodules=("hammer")