ci: updated the docs ci to only trigger if any files changed in the docs folder (#849)

This commit is contained in:
Anirban Kar 2024-12-21 01:09:44 +05:30 committed by GitHub
parent 7afd654210
commit dbd24142ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'docs/**' # This will only trigger the workflow when files in docs directory change
permissions:
contents: write
jobs: