Skip to content

Commit 13b06e9

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/sdk-ci.yml

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

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

512
concurrency:
613
group: ${{ github.ref }}-pr-test

0 commit comments

Comments
 (0)