Skip to content

Commit

Permalink
Update GitHub Actions to run on all branches (#256)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Qureshi <[email protected]>
  • Loading branch information
qreshi authored Dec 11, 2021
1 parent 67858a0 commit cc87105
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 128 deletions.
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 @@ -3,10 +3,10 @@ name: Multi node test workflow
on:
pull_request:
branches:
- main
- "*"
push:
branches:
- main
- "*"

jobs:
build:
Expand Down
122 changes: 0 additions & 122 deletions .github/workflows/release-workflow.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: Test Workflow
on:
pull_request:
branches:
- main
- opendistro-*
- "*"
push:
branches:
- main
- opendistro-*
- "*"

jobs:
build:
Expand Down

0 comments on commit cc87105

Please sign in to comment.