diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de87f45..b9d617c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,12 +5,14 @@ on: branches: - master paths-ignore: + - "assets/**" - "bin/**" - "*.md" pull_request: branches: - master paths-ignore: + - "assets/**" - "bin/**" - "*.md" jobs: