Skip to content

Commit

Permalink
Enabling build workflows with feature development branches (opensearc…
Browse files Browse the repository at this point in the history
  • Loading branch information
thalurur authored Mar 4, 2021
1 parent dad88c8 commit 3d60704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
pull_request:
branches:
- main
- development-*
push:
branches:
- main
- development-*

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- opendistro-*
- development-*
push:
branches:
- main
- opendistro-*
- development-*

jobs:
build:
Expand Down

0 comments on commit 3d60704

Please sign in to comment.