Skip to content

Commit

Permalink
add 3.0 branch for CI unit and integration testing (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
purbon authored Sep 17, 2021
1 parent d56b063 commit 98d2d46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-integration-test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
branches:
- master
- 3.x
- 3.0.x
pull_request:
branches:
- master
- 3.x
- 3.0.x

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ on:
branches:
- master
- 3.x
- 3.0.x
pull_request:
branches:
- master
- 3.x
- 3.0.x

jobs:
build:
strategy:
Expand Down

0 comments on commit 98d2d46

Please sign in to comment.