Skip to content

Commit

Permalink
add v0.6 branch to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Dec 13, 2022
1 parent 691a221 commit ee921de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
branches: [main, v0.6]
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI

on:
push:
branches: [main]
branches: [main, v0.6]
pull_request:
branches: [main]
branches: [main, v0.6]
release:
branches: [main]
branches: [main, v0.6]
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Docker

on:
push:
branches: [main]
branches: [main, v0.6]
pull_request:
branches: [main]
branches: [main, v0.6]
release:
branches: [main]
branches: [main, v0.6]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Code coverage

on:
push:
branches: [main]
branches: [main, v0.6]
pull_request:
branches: [main]
branches: [main, v0.6]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ee921de

Please sign in to comment.