upload docs
This commit is contained in:
parent
87a859a5db
commit
c2fb7126c3
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