From 804461c1c0a37ac8331a56c78f3d56c92e841c64 Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Mon, 29 Nov 2021 23:56:30 +0530 Subject: [PATCH] added github actions yml file for docs PR --- .github/workflows/docs_pr1.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/docs_pr1.yml diff --git a/.github/workflows/docs_pr1.yml b/.github/workflows/docs_pr1.yml new file mode 100644 index 0000000000..fd01127b49 --- /dev/null +++ b/.github/workflows/docs_pr1.yml @@ -0,0 +1,11 @@ +name : docs_PR_1 +on: + pull_request: + branches: [master] + paths: + - 'docs/**' +jobs: + docs_on_PR: + runs-on: windows-latest + steps: + - run: echo "this job will trigger docs_PR2 workflow on pull request on changes in the docs"