From 835f76d2e0cbd94c6a1e5e5ea73a7d6ffbd48b1b Mon Sep 17 00:00:00 2001 From: Leo Ribeiro Date: Fri, 2 Feb 2024 14:30:41 -0500 Subject: [PATCH] Change docs publishing to trigger on new tags (#144) --- .github/workflows/docs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index d97c1d34..3e880f20 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,9 +1,10 @@ name: tbdex SDK Publish Docs to GH Pages on: - # Runs on pushes targeting the default branch + # Runs on new releases publishing push: - branches: ["main"] + tags: + - v** # Allows you to run this workflow manually from the Actions tab workflow_dispatch: