Skip to content

Commit

Permalink
feat: make workflow run
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 9, 2023
1 parent cfc3e4d commit 4aad1b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unit_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ name: Build and test
# trigger on every commit push and PR for all branches except pushes for backport branches
on:
pull_request:
branches:
- "*"
branches: ["**"]
push:
branches:
- "*"
branches: ["**"]
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
NODE_OPTIONS: "--max-old-space-size=6144 --dns-result-order=ipv4first"
Expand Down

0 comments on commit 4aad1b1

Please sign in to comment.