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
John Murret 3 months ago committed by GitHub
parent e7d651b051
commit a9d342acea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save