mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
GitHub Actions: Enable build and sonarcloud workflow for v3-dev-branch
This commit is contained in:
parent
5a7a3d052d
commit
6c6c3e950c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -2,7 +2,7 @@ name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development ]
|
||||
branches: [ master, development, development-v3 ]
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
@ -2,7 +2,7 @@ name: SonarCloud
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development ]
|
||||
branches: [ master, development, development-v3 ]
|
||||
pull_request:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user