test backend on test configuration change
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
a7421ca279
commit
235cb0af15
1 changed files with 2 additions and 0 deletions
|
@ -10,12 +10,14 @@ on:
|
||||||
# for permissions
|
# for permissions
|
||||||
- packages/misskey-js/**
|
- packages/misskey-js/**
|
||||||
- .forgejo/workflows/test-backend.yml
|
- .forgejo/workflows/test-backend.yml
|
||||||
|
- .forgejo/misskey/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- packages/backend/**
|
- packages/backend/**
|
||||||
# for permissions
|
# for permissions
|
||||||
- packages/misskey-js/**
|
- packages/misskey-js/**
|
||||||
- .forgejo/workflows/test-backend.yml
|
- .forgejo/workflows/test-backend.yml
|
||||||
|
- .forgejo/misskey/**
|
||||||
jobs:
|
jobs:
|
||||||
unit:
|
unit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue