diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9c19d3c9..6f89282d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,15 +2,8 @@ name: Test on: push: - paths-ignore: - - 'docs/**' - - 'boot/**' - - 'web/**' - - '**.md' - - '**/*.png' - pull_request: branches: - - main + - '**' paths-ignore: - 'docs/**' - 'boot/**'