Skip to content

Commit

Permalink
Updating workflows to run on all branches
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <[email protected]>
  • Loading branch information
saratvemulapalli committed Dec 15, 2021
1 parent c60edf4 commit d97449b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ name: Test and Build Workflow
on:
pull_request:
branches:
- main
- opendistro-*
- plugin-dev
- "*"
push:
branches:
- main
- opendistro-*
- plugin-dev
- "*"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ env:
on:
pull_request:
branches:
- main
- "*"
push:
branches:
- main
- "*"

jobs:
build:
Expand Down

0 comments on commit d97449b

Please sign in to comment.