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:
commit
5c63f241e4
3 changed files with 3 additions and 3 deletions
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
@ -2,7 +2,7 @@ name: Beta
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [ master ]
|
||||
branches-ignore: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Release
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue