From 5e6735c0e5ebab2b2121345ef36efd5146f45a5a Mon Sep 17 00:00:00 2001 From: Arnold Cubici-Jones Date: Mon, 23 Dec 2024 17:14:44 +0000 Subject: [PATCH] chore(repo): change on push syntax to match other repos --- .github/workflows/deploy_to_nuget.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy_to_nuget.yml b/.github/workflows/deploy_to_nuget.yml index 3bad9c9..2f2550e 100644 --- a/.github/workflows/deploy_to_nuget.yml +++ b/.github/workflows/deploy_to_nuget.yml @@ -2,8 +2,7 @@ name: Deploy to NuGet on: push: - tags: - - '*' + tags: ["*"] jobs: deploy: