From bafc42e3a93cdc37278e297b4ff7a8ee96f1e47d Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Thu, 1 Jul 2021 17:13:23 -0500 Subject: [PATCH] Fix a typo in the build spec --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35fda94..2d974bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Release Builder on: push: - branch: [ ci-experiments ] + branches: [ ci-experiments ] tags: [ v1.* ] jobs: