From a443da329e83b3f9ca5787c967922f6a210be6c5 Mon Sep 17 00:00:00 2001 From: Glyph Date: Sat, 28 Oct 2023 16:08:07 -0700 Subject: [PATCH] it seems like we forgot something in the tags yaml --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7b02b3..7d0bb11 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,8 +9,9 @@ name: CI on: push: branches: - - trunk + - trunk tags: + - '*' pull_request: branches: [ trunk ]