Merge pull request #1 from OCDkirby/OCDkirby-workflow

Bugfix: only attempt to deploy to the RPCSX site hosting if running from a push to the main repo
This commit is contained in:
OCDkirby
2023-07-06 20:58:31 -05:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

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:

View File

@@ -1,8 +1,8 @@
# Contributing
* Fork the repo
* [Fork the repo](https://github.com/RPCSX/rpcsx-site/fork)
* Create a branch following conventions: `username-feature`
* ex. `git checkout -b OCDkirby-titlebar`
* Commit changes and push the branch to your fork
* Open a PR
* Profit
* Open a PR detailing your changes
* Discuss edits with maintainers, if any