From bbe9eb705071a5bf8cd91feb841bf191e2b31a12 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Fri, 25 Aug 2023 11:34:10 -0700 Subject: [PATCH] Make PkgCI run on exppkg-* branches. (#14831) --- .github/workflows/pkgci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pkgci.yml b/.github/workflows/pkgci.yml index 9c360dfe7776..9dbb325f0f8f 100644 --- a/.github/workflows/pkgci.yml +++ b/.github/workflows/pkgci.yml @@ -12,6 +12,8 @@ on: push: branches: - main + # Experimental branches can also get packages and tests automatically. + - exppkg-* concurrency: # A PR number if a pull request and otherwise the commit hash. This cancels