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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 2da12cddab Add workflow_dispatch to docs build (#1192)
2da12cddab is described below

commit 2da12cddab7fb483f48352d14dc18219ab8c2ecf
Author: GPK <[email protected]>
AuthorDate: Fri May 9 09:10:39 2025 +0100

    Add workflow_dispatch to docs build (#1192)
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 60c6d0fd6f..25e7784180 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,6 +21,7 @@ on:
   push:
     branches: ['main']
   pull_request:
+  workflow_dispatch:
 
 jobs:
   build:

Reply via email to