Skip to content

Commit

Permalink
Only commit markdown files when resolving includes
Browse files Browse the repository at this point in the history
Since we only support includes in markdown
  • Loading branch information
kzu committed May 18, 2024
1 parent 11a8757 commit 2c10a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: ✍ pull request
uses: peter-evans/create-pull-request@v6
with:
add-paths: '**/*.md'
base: main
branch: markdown-includes
delete-branch: true
Expand Down

0 comments on commit 2c10a83

Please sign in to comment.