Added a new test for the new stable (#2263)
This commit is contained in:
parent
94352bc46b
commit
09d870ffcf
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build-and-test.yml
vendored
7
.github/workflows/build-and-test.yml
vendored
|
|
@ -74,6 +74,13 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-restore --verbosity normal
|
run: dotnet test --no-restore --verbosity normal
|
||||||
|
test:
|
||||||
|
name: Test trigger
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/') && github.event.pull_request.base.ref == 'develop'
|
||||||
|
steps:
|
||||||
|
- name: Echo
|
||||||
|
run: echo 'Triggered'
|
||||||
|
|
||||||
version:
|
version:
|
||||||
name: Bump version on Develop/Canary push
|
name: Bump version on Develop/Canary push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue