added github actions yml file for docs PR

This commit is contained in:
axleiro 2021-11-29 23:56:30 +05:30 committed by GitHub
parent ba9dfa0d22
commit 804461c1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/workflows/docs_pr1.yml vendored Normal file
View File

@ -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"