run integration tests on push in main and release/*

pull/21666/head
John Murret 2024-08-26 13:53:03 -06:00
parent 9c02eff1cd
commit cb63abf7a7
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ on:
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'
push:
branches:
# Push events on the main branch
- main
- release/**
env:
TEST_RESULTS_DIR: /tmp/test-results
TEST_RESULTS_ARTIFACT_NAME: test-results