diff --git a/.github/workflows/docs-ci-trigger.yaml b/.github/workflows/docs-ci-trigger.yaml
index e0b7e2070..c8056fe0b 100644
--- a/.github/workflows/docs-ci-trigger.yaml
+++ b/.github/workflows/docs-ci-trigger.yaml
@@ -2,12 +2,15 @@ name: Documentation CI - call downstream workflow
 
 on:
   push:
-    tags:
-    - "v*"
+    branches:
+    - test-netops-docs-workflow
+    paths:
+    - manifests/**
 
 jobs:
   trigger_downstream_workflow:
-    uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
+    #uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
+    uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow
     with:
       git_tag: ${{ github.ref_name }}
-    secrets: inherit
+      token: 123456
diff --git a/manifests/test-docs-workflow.yaml b/manifests/test-docs-workflow.yaml
new file mode 100644
index 000000000..4196ee30e
--- /dev/null
+++ b/manifests/test-docs-workflow.yaml
@@ -0,0 +1,13 @@
+# Copyright 2020 NVIDIA
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
\ No newline at end of file