We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15dca0 commit e233049Copy full SHA for e233049
.github/workflows/main.yml
@@ -1,9 +1,9 @@
1
name: CI
2
on:
3
push:
4
- branches: [ master, "v0.3.x" ]
+ branches: [ master, "v0.4.x", "v0.3.x" ]
5
pull_request:
6
7
env:
8
CARGO_TERM_COLOR: always
9
RUST_BACKTRACE: full
0 commit comments