fix(ci): use correct path for web-proxy GH action
This commit is contained in:
parent
b5c1197f81
commit
de2cc5474d
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…
Reference in New Issue
Block a user