diff --git a/.github/workflows/release-libs.yaml b/.github/workflows/release-libs.yaml index 24e9251966..c588d58ef7 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: