From bac674d8609552665d63366608c3447f0670a9eb Mon Sep 17 00:00:00 2001 From: Ross Whitfield Date: Tue, 18 Apr 2023 09:21:12 -0400 Subject: [PATCH] Fix GitHub Actions push on --- .github/workflows/actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ceae0585..850821aa 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -4,7 +4,8 @@ on: workflow_dispatch: pull_request: push: - branches: [main, qa, next] + branches: [next] + tags: ['v*'] jobs: tests: