Added a new test for the new stable (#2263)

This commit is contained in:
Joe Milazzo 2023-09-04 06:26:26 -07:00 committed by GitHub
parent 94352bc46b
commit 09d870ffcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,13 @@ jobs:
- name: Test
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:
name: Bump version on Develop/Canary push