diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0d6919..939655c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,14 @@ on: push: + paths-ignore: + - '**/*.md' + - '**/LICENSE*' branches: - master - pull_request: {} + pull_request: + paths-ignore: + - '**/*.md' + - '**/LICENSE*' name: Continuous integration