Skip to content

Commit

Permalink
run integration tests on push in main and release/* (#21666)
Browse files Browse the repository at this point in the history
* run integration tests on push in main and release/*

* Update .github/workflows/test-integrations.yml

Co-authored-by: Michael Zalimeni <[email protected]>

---------

Co-authored-by: Michael Zalimeni <[email protected]>
  • Loading branch information
jmurret and zalimeni committed Aug 26, 2024
1 parent 7ee99ca commit 0d98f37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +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
Expand Down

0 comments on commit 0d98f37

Please sign in to comment.