Skip to content

Commit 3812524

Browse files
committed
ci: [#450] remove paths filter from release branch triggers and fix Cargo.lock
1 parent ea44717 commit 3812524

3 files changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/container.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ on:
2222
- "develop"
2323
- "main"
2424
- "releases/**/*"
25-
paths:
26-
- "src/**"
27-
- "Cargo.toml"
28-
- "Cargo.lock"
29-
- "docker/deployer/**"
30-
- ".github/workflows/container.yaml"
3125

3226
pull_request:
3327
branches:

.github/workflows/publish-crate.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
push:
1010
branches:
1111
- "releases/**/*"
12-
paths:
13-
- "Cargo.toml"
14-
- "Cargo.lock"
15-
- "packages/sdk/**"
16-
- ".github/workflows/publish-crate.yaml"
1712
workflow_dispatch:
1813

1914
env:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)