diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78a2c1b..25dd5d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,13 @@ name: Continuous Integration -on: [push, pull_request] +on: + push: + paths-ignore: + - 'docs/**' + - '.github/workflows/pages.yml' + pull_request: + paths-ignore: + - 'docs/**' + - '.github/workflows/pages.yml' jobs: build: name: Build (${{matrix.config}})