diff --git a/ci/lib.sh b/ci/lib.sh index 6cad9767717c58..848d77d8a455fe 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -321,7 +321,7 @@ export SKIP_DASHED_BUILT_INS=YesPlease # enable the long tests for pushes to the integration branches as well. test -z "$MSYSTEM" || case "$GITHUB_EVENT_NAME,$CI_BRANCH" in -pull_request,*|push,*next*|push,*master*|push,*maint*) +pull_request,*|push,*next*|push,*master*|push,*main*|push,*maint*) export GIT_TEST_LONG=YesPlease ;; esac