From 12acbde7b7491cf4f5bcef4b4660e7f5e51fe50f Mon Sep 17 00:00:00 2001 From: Andrew Farries Date: Tue, 10 Dec 2024 07:27:11 +0000 Subject: [PATCH] Run the `build` workflow on tag push (#520) We need this to be able to create a release. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19d5bd48..116c3dc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - 'v*' permissions: contents: write packages: write