We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cb1a4 commit 87adc63Copy full SHA for 87adc63
.github/workflows/doc.yml
@@ -57,6 +57,8 @@ jobs:
57
- name: 'Get list of changed files'
58
id: changed_files
59
uses: Ana06/[email protected]
60
+ with:
61
+ filter: "Doc/**"
62
- name: 'Build changed files in nit-picky mode'
63
continue-on-error: true
64
run: |
0 commit comments