Skip to content

Commit

Permalink
[GHA] ignore *.md etc
Browse files Browse the repository at this point in the history
Avoid running CI on textual file changes
  • Loading branch information
KrisThielemans committed Aug 27, 2022
1 parent 2aed170 commit 21f1692
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: Build-test CI
on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
- LICENSE.txt
- NOTICE.txt
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- LICENSE.txt
- NOTICE.txt

jobs:
build:
Expand Down

0 comments on commit 21f1692

Please sign in to comment.