From fefb1d7c2715e52398f33c2be5fa99e31133056a Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Fri, 15 Dec 2023 19:07:29 -0500 Subject: [PATCH] Revert "[fix] Do not run on new tags" This reverts commit e39e768988b906dbaeafed503a107765b30c07f0. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91d9376c195..ee5f1eb94e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,8 @@ on: push: branches: - master + tags: + - '**' permissions: {} jobs: