diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c7fba7..3864095 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,7 @@ on: push: branches: - main # Run on pushes to the main branch (or adjust as needed) + - '**' pull_request: branches: - main # Run on pull requests to the main branch