removing the docs_pr1.yml

require some more modification to migrate from travis ci to github actions
This commit is contained in:
axleiro
2021-11-30 00:17:53 +05:30
committed by GitHub
parent f25a31fccf
commit afb2078529

View File

@ -1,11 +0,0 @@
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"