Run CI on v0.6.x and v0.7.x branches

This commit is contained in:
Thomas de Zeeuw
2022-07-19 22:38:38 +02:00
parent 4ad336d4e2
commit 17b0ec4455
+2 -2
View File
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [ "master" ]
branches: [ "master", "v0.6.x", "v0.7.x" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "v0.6.x", "v0.7.x" ]
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full