diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4178e73..28b0f22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build & Test on: push: - branches: [ master ]o + branches: [ master ] pull_request: branches: [ master ] # Allows you to run this workflow manually from the Actions tab