From efd4eaf6d9c3b16ae9f8aba71e01e219b2c1edd9 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Fri, 25 Aug 2023 11:29:31 -0700 Subject: [PATCH] Make PkgCI run on exppkg-* branches. --- .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