From c7916d001de8a1dadc0a0415389ee9bad3e06780 Mon Sep 17 00:00:00 2001 From: plebhash Date: Fri, 23 Aug 2024 16:45:10 -0300 Subject: [PATCH] release-libs on new release tags or manually --- .github/workflows/release-libs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-libs.yaml b/.github/workflows/release-libs.yaml index 49418675d8..d6aa691a2b 100644 --- a/.github/workflows/release-libs.yaml +++ b/.github/workflows/release-libs.yaml @@ -11,9 +11,12 @@ name: Release Libs on: + # Manually run by going to "Actions/Release" in Github and running the workflow + workflow_dispatch: + # every time a new release tag is created push: - branches: - - main + tags: + - "v*.*.*" jobs: libs_publish: