mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16661] Add build badge and remove PR branch from builds
PHPBB3-16661
This commit is contained in:
parent
202a453282
commit
23caeec1cf
2 changed files with 4 additions and 6 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 3.3.x
|
- 3.3.x
|
||||||
- master
|
- master
|
||||||
- ticket/16659
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 3.3.x
|
- 3.3.x
|
||||||
|
|
|
@ -37,11 +37,10 @@ phpBB's [Development Documentation](https://area51.phpbb.com/docs/dev/index.html
|
||||||
|
|
||||||
We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration [here](https://bamboo.phpbb.com) or check our travis builds below:
|
We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration [here](https://bamboo.phpbb.com) or check our travis builds below:
|
||||||
|
|
||||||
Branch | Description | Travis CI | AppVeyor
|
Branch | Description | Github Actions | AppVeyor
|
||||||
------- | ----------- | ---------- | --------
|
------- | ----------- | -------------- | --------
|
||||||
**master** | Latest development version | [](http://travis-ci.org/phpbb/phpbb) | [](https://ci.appveyor.com/project/phpBB/phpbb/branch/master)
|
**master** | Latest development version |  | [](https://ci.appveyor.com/project/phpBB/phpbb/branch/master)
|
||||||
**3.3.x** | Development of version 3.3.x | [](http://travis-ci.org/phpbb/phpbb) | [](https://ci.appveyor.com/project/phpBB/phpbb/branch/3.3.x)
|
**3.3.x** | Development of version 3.3.x |  | [](https://ci.appveyor.com/project/phpBB/phpbb/branch/3.3.x)
|
||||||
**3.2.x** | Development of version 3.2.x | [](http://travis-ci.org/phpbb/phpbb) | [](https://ci.appveyor.com/project/phpBB/phpbb/branch/3.2.x)
|
|
||||||
|
|
||||||
## 📜 License
|
## 📜 License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue