diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a1e7f04f..51d2857d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,10 +1,17 @@ name: CI on: pull_request: + paths-ignore: + - '**.md' + - 'docs/**' push: branches: - master + paths-ignore: + - '**.md' + - 'docs/**' tags: '*' + jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}