Update workflow to only run in the main repo

This commit is contained in:
OCDkirby
2023-07-06 20:52:39 -05:00
parent 388faf0ca0
commit 7c51e8c728

View File

@@ -2,6 +2,7 @@ name: Build Vue
on: [push]
jobs:
build_vue:
if: github.repository_owner == 'RPCSX'
runs-on: ubuntu-latest
name: Build Vue
steps: