Skip to content

Commit 241efae

Browse files
authored
Prepare gitflow ci cd especially develop (#10)
1 parent d04f08c commit 241efae

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/rust.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
name: rust
12
on:
23
push:
3-
branches: ["main"]
4+
branches:
5+
- main
6+
- develop
7+
- release/*
48
pull_request:
5-
branches: ["main"]
9+
branches:
10+
- main
11+
- develop
12+
- release/*
613

714
jobs:
815
build-and-validate:
@@ -59,7 +66,7 @@ jobs:
5966
- name: Run Tests
6067
run: cargo test --verbose
6168

62-
- name: Generate Documentation (${{ matrix.RUSTDOCFLAGS }}, ${{ matrix.toolchain }})
69+
- name: Generate Documentation (${{ matrix.DOCTYPE }}, ${{ matrix.toolchain }})
6370
run: cargo doc --no-deps --all-features
6471

6572
- name: Install and Run Security Audit (Nightly Only)

0 commit comments

Comments
 (0)