From 66e50d7f2698b8bd1790e51110373d0b04ca4c4a Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Fri, 1 Nov 2024 09:15:11 -0700 Subject: [PATCH] Make sure the action runs when tags appear --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c5b950e..6452dea 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - "*" pull_request: jobs: