From 2ee951e87de3484bd793c328d97c44fe5d4ad796 Mon Sep 17 00:00:00 2001 From: ngxson Date: Fri, 2 Aug 2024 00:32:59 +0200 Subject: [PATCH] test ci --- .github/workflows/generate-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 8d366ea..6f011c8 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -3,7 +3,7 @@ name: Deploy docs and demo to GitHub Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["master", "xsn/main_example"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: