1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-19 04:28:00 -05:00

android: Various fixes for CI.

This commit is contained in:
bunnei
2023-05-30 20:50:09 -07:00
parent 17b5ed9baf
commit ee8caac82f
31 changed files with 512 additions and 63 deletions

View File

@@ -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 }}