diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 71372c27..e72e904b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,12 @@ -name: Build +name: Test on: push: + paths-ignore: + - 'docs/**' + - 'boot/**' + - 'web/**' + - '**.md' jobs: test: