From d66fe1e29a2561d9d50b1ffd2a0391ae659c75c6 Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Tue, 5 Nov 2024 16:16:10 +0800 Subject: [PATCH] Update the push branches to match any as `workflow_dispatch` seems not working in a non-default branch --- .github/workflows/dokka-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dokka-gh-pages.yml b/.github/workflows/dokka-gh-pages.yml index bf93269..e13bbcb 100644 --- a/.github/workflows/dokka-gh-pages.yml +++ b/.github/workflows/dokka-gh-pages.yml @@ -2,7 +2,7 @@ name: Deploy the API documentation to GitHub Pages with Dokka on: push: - branches: [ "release" ] + branches: [ "*" ] pull_request: branches: [ "release" ]