Skip to content

Commit

Permalink
Configure test workflows to run on 1.x branches (opensearch-project#183)
Browse files Browse the repository at this point in the history
Signed-off-by: Annie Lee <leeyun@amazon.com>
  • Loading branch information
Annie Lee authored and AWSHurneyt committed Mar 11, 2022
1 parent 8c6f5c2 commit 3eb76e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
pull_request:
branches:
- main
- 1.x
push:
branches:
- main
- 1.x
env:
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
OPENSEARCH_VERSION: '1.3.0-SNAPSHOT'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- 1.x
pull_request:
branches:
- main
- 1.x
env:
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
jobs:
Expand Down

0 comments on commit 3eb76e9

Please sign in to comment.