mirror of https://github.com/hashicorp/consul
Backport of run integration tests on push in main and release/* into release/1.19.x (#21667)
* backport of commitpull/21672/headcb63abf7a7
* backport of commit40a95ae759
--------- Co-authored-by: John Murret <john.murret@hashicorp.com>
parent
62cb79e15d
commit
7eb7305c63
|
@ -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