summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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