From a1b9c657bf8a15eb0eac56dbe4b543711eab62c8 Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Wed, 10 Apr 2024 08:49:15 -0500 Subject: [PATCH] Use "release" trigger for running the upload schema workflow. --- .github/workflows/upload-schema-artifact.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upload-schema-artifact.yml b/.github/workflows/upload-schema-artifact.yml index bfc17679..550e4dca 100644 --- a/.github/workflows/upload-schema-artifact.yml +++ b/.github/workflows/upload-schema-artifact.yml @@ -1,9 +1,8 @@ name: Upload Schema Artifact on: - push: - tags: - - "*" + release: + types: [ published ] jobs: run: