summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar bunnei2023-05-30 20:50:09 -0700
committerGravatar bunnei2023-06-03 00:06:05 -0700
commitee8caac82f8276dd6585042850c76373dd36ed69 (patch)
tree54536a19b492e15ba91441d2bd89f404b0e1536d /.github
parentandroid: externals: Update libadrenotools, use useLegacyPackaging. (diff)
downloadyuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.gz
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.xz
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.zip
android: Various fixes for CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
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 @@
4name: 'yuzu verify' 4name: 'yuzu verify'
5 5
6on: 6on:
7 push:
8# branches: [ main ]
9 tags: [ "*" ]
10 pull_request: 7 pull_request:
11 branches: [ main ] 8 branches: [ master ]
12env: 9env:
13 PR_NUMBER: pr${{ github.event.number }} 10 PR_NUMBER: pr${{ github.event.number }}
14 11