Skip to content

Commit

Permalink
Run UT/IT on all branches (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
(cherry picked from commit 13c0962)
  • Loading branch information
ohltyler committed Jun 10, 2022
1 parent a4bf1d1 commit 14cc8d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Remote integ tests workflow
on:
push:
branches:
- main
- "*"
pull_request:
branches:
- main
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.0'
OPENSEARCH_VERSION: '2.0.1-SNAPSHOT'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Unit tests workflow
on:
push:
branches:
- main
- "*"
pull_request:
branches:
- main
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: 'main'
jobs:
Expand Down

0 comments on commit 14cc8d7

Please sign in to comment.