From e5052022dfc24f9ccdc0eab6131931b97aeab85d Mon Sep 17 00:00:00 2001 From: michael-etzkorn Date: Tue, 30 Aug 2022 18:37:46 +0800 Subject: [PATCH] CI check commit: fpga-shells now points to main --- .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 27abacd4..756b7a3c 100755 --- a/.github/scripts/check-commit.sh +++ b/.github/scripts/check-commit.sh @@ -101,7 +101,7 @@ search submodules=("fpga-shells") dir="fpga" -branches=("master") +branches=("main") search # turn off verbose printing to make this easier to read