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:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "botserver/**"
|
||||
- "botlib/**"
|
||||
- ".forgejo/workflows/**"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "botserver/**"
|
||||
- "botlib/**"
|
||||
- ".forgejo/workflows/**"
|
||||
|
||||
env:
|
||||
CARGO_BUILD_JOBS: 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue