From 082ccf83820cef13f0f94795dc2195d36c41ebd7 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 19 Oct 2024 22:16:34 +0000 Subject: [PATCH] updated to trigger on published release --- .gitea/workflows/publish.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index ee4dcf9..74a0a1f 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -1,9 +1,8 @@ name: CI Pipeline run-name: ${{ gitea.actor }} is running the CI Pipeline on: - pull_request: - branches: - - main + release: + types: [published] jobs: test: name: Test