Skip to content

Commit

Permalink
[CI] Enable test workflow for feature branches
Browse files Browse the repository at this point in the history
Enabling feature branches to run build and test workflow.

Related issue:
opensearch-project#2887

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Nov 23, 2022
1 parent 9041a82 commit b8a4089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths-ignore:
- '**/*.md'
pull_request:
branches: [ '**', '!feature/**' ]
branches: [ '**' ]
paths-ignore:
- '**/*.md'

Expand Down

0 comments on commit b8a4089

Please sign in to comment.