mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: use correct path definition in github actions files
This commit is contained in:
parent
c8e8655b4f
commit
f497802834
2 changed files with 3 additions and 3 deletions
2
.github/workflows/dashboard.yml
vendored
2
.github/workflows/dashboard.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'dashboard/'
|
||||
- 'dashboard/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
4
.github/workflows/gateway.yml
vendored
4
.github/workflows/gateway.yml
vendored
|
|
@ -4,8 +4,8 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'gateway/'
|
||||
- 'proto/'
|
||||
- 'gateway/**'
|
||||
- 'proto/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue