diff options
author | bunnei <[email protected]> | 2023-05-30 20:50:09 -0700 |
---|---|---|
committer | bunnei <[email protected]> | 2023-06-03 00:06:05 -0700 |
commit | ee8caac82f8276dd6585042850c76373dd36ed69 (patch) | |
tree | 54536a19b492e15ba91441d2bd89f404b0e1536d /.github/workflows | |
parent | 17b5ed9baf44e81c81c29c63e5ae4a91c558c5df (diff) | |
download | yuzu-mainline-ee8caac82f8276dd6585042850c76373dd36ed69.tar.gz yuzu-mainline-ee8caac82f8276dd6585042850c76373dd36ed69.zip |
android: Various fixes for CI.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 298eb4745..9875de206 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,11 +4,8 @@ name: 'yuzu verify' on: - push: -# branches: [ main ] - tags: [ "*" ] pull_request: - branches: [ main ] + branches: [ master ] env: PR_NUMBER: pr${{ github.event.number }} |