8000 Merge branch 'develop' into pypi-api · Allstreamer/rust-pip@641a1e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 641a1e4

Browse files
authored
Merge branch 'develop' into pypi-api
2 parents 90b02dc + 8a1284b commit 641a1e4

File tree

9 files changed

+1207
-18
lines changed

9 files changed

+1207
-18
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches: ["main", "develop", "release"]
47

58
env:
69
CARGO_TERM_COLOR: always
@@ -20,4 +23,4 @@ jobs:
2023
steps:
2124
- uses: actions/checkout@v2
2225
- name: 📦Check package generation
23-
run: cargo package
26+
run: cargo package

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Docs
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches: ["main", "develop", "release"]
47

58
env:
69
CARGO_TERM_COLOR: always

.github/workflows/package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Package
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches: ["main", "develop", "release"]
47

58
env:
69
CARGO_TERM_COLOR: always

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Code check
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches: ["main", "develop", "release"]
47

58
env:
69
CARGO_TERM_COLOR: always

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Tests
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches: ["main", "develop", "release"]
47

58
env:
69
CARGO_TERM_COLOR: always

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
debug/
99
target/
1010

11-
# Cargo.lock should be only added to binary crates
12-
13-
Cargo.lock
14-
15-
1611
# These are backup files generated by rustfmt
1712
**/*.rs.bk
1813

0 commit comments

Comments
 (0)
0