From e868e5b95086db7bb18f6810f944dedf5fb75c1c Mon Sep 17 00:00:00 2001 From: HJD Date: Sun, 17 Sep 2023 12:33:47 -0500 Subject: [PATCH] Housekeeping. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c9079e..aadc9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ name: "Continuous Integration" on: pull_request: push: - tags-ignore: - - v* + tags: + - !v* release: types: [ published ] workflow_dispatch: