mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
fix(ci): use correct path for web-proxy GH action
This commit is contained in:
parent
b5c1197f81
commit
de2cc5474d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fly.yml
vendored
2
.github/workflows/fly.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- 'services/web-proxy'
|
- 'services/web-proxy/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue