mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-03-29 23:50:56 +02:00
only trigger api build on changes to api
This commit is contained in:
2
.github/workflows/deflock-api-deploy.yml
vendored
2
.github/workflows/deflock-api-deploy.yml
vendored
@@ -3,6 +3,8 @@ name: DeFlock API Deploy
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'api/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user