fix workflow file and test changes (#6476)

This commit is contained in:
Adi Shankara
2023-08-01 13:19:29 +05:30
committed by GitHub
parent 0a99f0e9cd
commit bb0286bb82
2 changed files with 6 additions and 13 deletions

View File

@@ -1,15 +1,16 @@
name: ReadMe Sync
on:
pull_request:
pull_request_target:
types:
- closed
branches:
- 'master'
paths:
- 'doc/*'
- 'doc/'
jobs:
if_merged:
if: github.event.pull_request.merged == true
rdme-docs:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚