Merge pull request 'upload docs' (#1) from dev into main

Reviewed-on: https://git.tylermurphy.net/tylermurphy534/KenshinsHideAndSeek/pulls/1
This commit is contained in:
tylermurphy534 2022-10-20 00:06:41 +00:00
commit 5c63f241e4
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Beta
on: on:
push: push:
branches-ignore: [ master ] branches-ignore: [ main ]
jobs: jobs:
build: build:

View file

@ -2,7 +2,7 @@ name: Release
on: on:
push: push:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:

View file

@ -2,7 +2,7 @@
## Contributing Guidelines ## Contributing Guidelines
- Do not send any pull requests to the master branch - Do not send any pull requests to the master branch
- Any pull requests sent to master will be closed - Any pull requests sent to master will be closed
- Send pull requests to the current beta branch (usually named as an unreleased version) - Send pull requests to the dev branch
- Please tell us why you think this change is necessary - Please tell us why you think this change is necessary
- We don't want to spend lots of time browsing through your code changes - We don't want to spend lots of time browsing through your code changes
- Describe your changes - Describe your changes