Browse Source

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>

---------

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
pull/21674/head
John Murret 3 months ago committed by GitHub
parent
commit
f187b92e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/test-integrations.yml

5
.github/workflows/test-integrations.yml

@ -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