upload docs

This commit is contained in:
tylermurphy534 2022-10-19 20:05:56 -04:00
parent 87a859a5db
commit c2fb7126c3
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -2,7 +2,7 @@
## Contributing Guidelines
- Do not send any pull requests to the master branch
- 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
- We don't want to spend lots of time browsing through your code changes
- Describe your changes