Add common to trigger paths for CI

This commit is contained in:
Jon Häggblad
2024-10-12 11:56:17 +02:00
parent 435d9d3115
commit 9d8a686760
2 changed files with 2 additions and 0 deletions
@@ -3,6 +3,7 @@ name: ci-build-vpn-api-wasm
on:
pull_request:
paths:
- 'common/**'
- 'nym-vpn-api/**'
- '.github/workflows/ci-build-vpn-api-wasm.yml'
+1
View File
@@ -3,6 +3,7 @@ name: ci-build-vpn-api
on:
pull_request:
paths:
- 'common/**'
- 'nym-vpn-api/**'
- '.github/workspace/ci-build-vpn-api.yml'
workflow_dispatch: