This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar-website.git
The following commit(s) were added to refs/heads/main by this push:
new 5f4aa0a Support manualy trigger the deploy action
5f4aa0a is described below
commit 5f4aa0a068f1398243a1ae398ef90b95dbbdafec
Author: acezen <[email protected]>
AuthorDate: Wed Jul 31 15:42:57 2024 +0800
Support manualy trigger the deploy action
Signed-off-by: acezen <[email protected]>
---
.github/workflows/deploy.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 99269b7..3438858 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,6 +21,7 @@ on:
push:
branches: [ main ]
pull_request:
+ workflow_dispatch:
jobs:
build-cpp-doc:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]