Skip to content

Commit

Permalink
Merge pull request databacker#351 from databacker/fix-ignore-docs
Browse files Browse the repository at this point in the history
fix ignore docs to cover PRs as well
  • Loading branch information
deitch authored Sep 18, 2024
2 parents 7189d4e + 13073c5 commit a049a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Continuous Integration
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- '**/*.md'
push:
branches:
- master
Expand Down

0 comments on commit a049a08

Please sign in to comment.