Skip to content

Commit 38b028c

Browse files
ci: prevent sdk test from running when not needed
1 parent cae0297 commit 38b028c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sdk-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: web3mail-sdk-ci
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
paths-ignore:
6+
- 'dapp/**'
7+
- 'demo/**'
8+
- 'deployment-dapp/**'
9+
- 'technical-design/**'
410

511
concurrency:
612
group: ${{ github.ref }}-pr-test

0 commit comments

Comments
 (0)