Skip to content

Commit bfbffe4

Browse files
committed
chore: only trigger release on relevant files
1 parent cf503d8 commit bfbffe4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Release
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- 'SgfDevs/**'
8+
- 'Dockerfile'
9+
- '.github/workflows/**'
10+
- '.releaserc.json'
611

712
permissions:
813
contents: write

0 commit comments

Comments
 (0)