only check on main push (#445)

This commit is contained in:
Uriel
2023-01-03 17:18:41 -03:00
committed by GitHub
parent 2afc2d1c58
commit 2d297d6622
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ name: Build GUI
on:
push:
branches:
- main
paths:
- .github/workflows/build-gui.yml
- gui/**

View File

@@ -3,7 +3,11 @@
name: SlimeVR Server
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
test: