mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
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:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user