From 6cac3c220c7943aa3062aee72972b9f5acac2203 Mon Sep 17 00:00:00 2001 From: Joey Richardson Date: Mon, 18 Sep 2023 15:50:05 -0400 Subject: [PATCH] Update release.yml Changed 'on' action back to release --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0d9447..90d0afa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,8 @@ name: 'Release a new version to Github Packages' on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + release: + types: [published] env: REGISTRY: ghcr.io