mirror of https://github.com/hashicorp/consul
Backport of run integration tests on push in main and release/* into release/1.18.x (#21668)
run integration tests on push in main and release/* (#21666) * run integration tests on push in main and release/* * Update .github/workflows/test-integrations.yml --------- Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>jm/release-1.18.4
parent
e7d651b051
commit
a9d342acea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue