diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 21f4e7d..840df59 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1,8 +1,6 @@ name: Build and Test Next.js site on: - push: - branches: [ main ] pull_request: branches: [ '*' ] # Wildcard matches all branches