summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-05-31 05:50:09 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:06:05 +0200
commitee8caac82f8276dd6585042850c76373dd36ed69 (patch)
tree54536a19b492e15ba91441d2bd89f404b0e1536d /.github
parentandroid: externals: Update libadrenotools, use useLegacyPackaging. (diff)
downloadyuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.gz
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.bz2
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.lz
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.xz
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.zst
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.zip
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 @@
name: 'yuzu verify'
on:
- push:
-# branches: [ main ]
- tags: [ "*" ]
pull_request:
- branches: [ main ]
+ branches: [ master ]
env:
PR_NUMBER: pr${{ github.event.number }}