Skip to content

Commit 8d5187f

Browse files
authored
chore(ci): add path filtering to npm release workflow (#7333)
1 parent 3f75ad8 commit 8d5187f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '.changeset/**'
9+
- '**/package.json'
10+
- 'typescript/**'
11+
- '!typescript/infra/**'
12+
- '!typescript/ccip-server/**'
13+
- '!typescript/eslint-config/**'
14+
- '!typescript/github-proxy/**'
15+
- '!typescript/http-registry-server/**'
16+
- '!typescript/tsconfig/**'
17+
- 'solidity/**'
18+
- 'starknet/**'
19+
- 'yarn.lock'
20+
- '.github/workflows/release.yml'
721
# Allows you to run this workflow manually from the Actions tab
822
workflow_dispatch:
923

0 commit comments

Comments
 (0)