Skip to content

Commit

Permalink
chore(tests) skip pull request build on *.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Nov 1, 2022
1 parent ff336a8 commit bffa3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build & Test
on:
pull_request:
paths-ignore:
# ignore top-level markdown files (CHANGELOG.md, README.md, etc.)
- '*.md'
push:
paths-ignore:
# ignore top-level markdown files (CHANGELOG.md, README.md, etc.)
Expand Down

0 comments on commit bffa3f2

Please sign in to comment.