From a45a1a772324fb028a8a098bb5e6e4aadb9a505e Mon Sep 17 00:00:00 2001 From: Michael O'Keefe Date: Fri, 15 Dec 2023 11:47:00 -0700 Subject: [PATCH] Add code to trigger workflow on push --- .github/workflows/build-cli.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-cli.yaml b/.github/workflows/build-cli.yaml index 1accc338..e1b99e01 100644 --- a/.github/workflows/build-cli.yaml +++ b/.github/workflows/build-cli.yaml @@ -5,6 +5,8 @@ on: tags: # 'v[0-9]+.[0-9]+.[0-9]+' to match semantic version tag, e.g. v2.0.8 - "v[0-9]+.[0-9]+.[0-9]+" + branches: + - feature/github-action-for-cli workflow_dispatch: jobs: