Skip to content

Commit

Permalink
Add v0.8.x to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Dec 6, 2023
1 parent c29e21c commit c710a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [ "master", "v0.7.x" ]
branches: [ "master", "v0.7.x", "v0.8.x" ]
pull_request:
branches: [ "master", "v0.7.x" ]
branches: [ "master", "v0.7.x", "v0.8.x" ]
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
Expand Down

0 comments on commit c710a30

Please sign in to comment.