fix(ci): use correct path for web-proxy GH action

This commit is contained in:
spiral 2022-12-15 01:15:55 +00:00
parent b5c1197f81
commit de2cc5474d
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -4,7 +4,7 @@ on:
push:
branches: [main]
paths:
- 'services/web-proxy'
- 'services/web-proxy/**'
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}