diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 054f8e3..309470b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,13 @@ - name: Build Unity Project on: push: branches: - main + # This section ensures the build runs for PRs targeting the main branch + pull_request: + branches: + - main workflow_dispatch: jobs: @@ -51,4 +54,3 @@ jobs: with: name: IRIS-Meta-Quest3-Android-Build path: Builds/Android/IRIS-Meta-Quest3.apk -