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>
  • Loading branch information
ohltyler authored May 31, 2022
1 parent f95f52b commit 13c0962
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.0-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 13c0962

Please sign in to comment.