Skip to content

Commit

Permalink
Merge pull request #1502 from yoyama/ci-add-v0_11
Browse files Browse the repository at this point in the history
Add v0_11 as the target of CI
  • Loading branch information
yoyama committed Dec 16, 2020
2 parents b500495 + 3604e5a commit c526e68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -77,6 +77,7 @@ workflows:
only:
- master
- v0_10
- v0_11
- docs_deployment: # master branch only
filters:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -8,10 +8,12 @@ on:
branches:
- master
- v0_10
- v0_11
pull_request:
branches:
- master
- v0_10
- v0_11

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ref: [ v0_10 ]
ref: [ v0_10, v0_11 ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit c526e68

Please sign in to comment.