From 5d99fdb5b3bd5e9c0f8c1b14cda2f4473b946c62 Mon Sep 17 00:00:00 2001 From: Paola Petrelli Date: Fri, 23 Aug 2024 12:47:55 +1000 Subject: [PATCH] Update mopper-conda-release.yaml fixed trigger of conda release --- .github/workflows/mopper-conda-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mopper-conda-release.yaml b/.github/workflows/mopper-conda-release.yaml index 7e070d2..a523ce7 100644 --- a/.github/workflows/mopper-conda-release.yaml +++ b/.github/workflows/mopper-conda-release.yaml @@ -2,6 +2,8 @@ name: Build of mopper conda package for new release # Controls when the action will run. on: + release: + types: ['released', 'prereleased'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: