💝 main as default branch

This commit is contained in:
ful1e5 2020-10-01 10:03:27 +05:30
parent fd22a53613
commit 12c4ef46ad
4 changed files with 14 additions and 14 deletions

View file

@ -6,14 +6,14 @@ on:
- "**.md"
- "**.bbcode"
- LICENSE
branches: [master, dev]
branches: [main, dev]
pull_request:
paths-ignore:
- "**.md"
- "**.bbcode"
- LICENSE
branches: [master]
branches: [main]
jobs:
build:

View file

@ -87,7 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release 🎊
[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/master...v0.4.2
[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/main...v0.4.2
[v0.4.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.beta.1...v0.4.2
[v0.4.2.beta.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.alpha.2...v0.4.2.beta.1
[v0.4.2.alpha.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.alpha.1...v0.4.2.alpha.2

View file

@ -16,7 +16,7 @@ I use github to host code, to track issues and feature requests, as well as acce
Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:
1. Fork the repo and create your branch from `master`.
1. Fork the repo and create your branch from `main`.
2. If you've added code that should be tested, add tests.
3. If you've changed Look, update the documentation.
4. Issue that pull request!

View file

@ -43,7 +43,7 @@
<!-- Third Row -->
</br >
<a href="https://github.com/ful1e5/Bibata_Cursor/blob/master/LICENSE" >
<a href="https://github.com/ful1e5/Bibata_Cursor/blob/main/LICENSE" >
<img alt="License" src="https://img.shields.io/github/license/ful1e5/Bibata_Cursor?color=0081FB" />
</a>
@ -310,7 +310,7 @@ sudo dnf install libx11-devel libxcursor-devel libpng-devel
### ⚡ Auto Build (using GitHub Actions)
GitHub Actions is automatically runs on every `push`(on **master** & **dev** branch) and `pull request`(on **master** branch), You found theme resources in `artifact` section of **build**. GitHub **Actions** available inside [.github/workflows](https://github.com/ful1e5/Bibata_Cursor/tree/master/.github/workflows) directory.
GitHub Actions is automatically runs on every `push`(on **main** & **dev** branch) and `pull request`(on **main** branch), You found theme resources in `artifact` section of **build**. GitHub **Actions** available inside [.github/workflows](https://github.com/ful1e5/Bibata_Cursor/tree/main/.github/workflows) directory.
### Manual Build