Skip to content

Commit

Permalink
Add common to trigger paths for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Oct 12, 2024
1 parent 3457c75 commit 9e815bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build-vpn-api-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-build-vpn-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e815bb

Please sign in to comment.