Skip to content

Commit a8f07ca

Browse files
committed
chore: Trigger edge release only on packages changes
1 parent 0696a1a commit a8f07ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- docs/**
9+
- docs-playground/**
10+
- playgrounds/**
11+
- scripts
712
pull_request:
813
branches:
914
- main
15+
paths-ignore:
16+
- docs/**
17+
- docs-playground/**
18+
- playgrounds/**
19+
- scripts
1020

1121
env:
1222
# 7 GiB by default on GitHub, setting to 6 GiB

0 commit comments

Comments
 (0)