This is an automated email from the ASF dual-hosted git repository.

NSAmelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new ad1b8d0eb7e IGNITE-28643 Added manual trigger for website 
documentation publishing job (#13103)
ad1b8d0eb7e is described below

commit ad1b8d0eb7ef97e46594ea7bf957102c8638cdf8
Author: Nikita Amelchev <[email protected]>
AuthorDate: Tue May 5 13:24:10 2026 +0300

    IGNITE-28643 Added manual trigger for website documentation publishing job 
(#13103)
---
 .github/workflows/publish-website-on-branch-update.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish-website-on-branch-update.yml 
b/.github/workflows/publish-website-on-branch-update.yml
index 84097f3329f..00188de016c 100644
--- a/.github/workflows/publish-website-on-branch-update.yml
+++ b/.github/workflows/publish-website-on-branch-update.yml
@@ -25,6 +25,7 @@
 #
 name: Publish website documentation
 on:
+  workflow_dispatch:
   push:
     branches:
       # Since ignite-2.10

Reply via email to