Fix: Remove path filters from CI workflow to ensure it triggers on all pushes
This commit is contained in:
parent
8831c56c90
commit
d48791290a
1 changed files with 0 additions and 8 deletions
|
|
@ -3,16 +3,8 @@ name: BotServer CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
paths:
|
|
||||||
- "botserver/**"
|
|
||||||
- "botlib/**"
|
|
||||||
- ".forgejo/workflows/**"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
paths:
|
|
||||||
- "botserver/**"
|
|
||||||
- "botlib/**"
|
|
||||||
- ".forgejo/workflows/**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_BUILD_JOBS: 4
|
CARGO_BUILD_JOBS: 4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue