Skip to content

Commit 25fd56a

Browse files
refactor: deploy on functional changes only
1 parent 48d63bb commit 25fd56a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore:
8-
- 'README.md'
9-
- 'CONTRIBUTING.md'
10-
- 'COPYING'
11-
- 'docs/**'
12-
- '.github/*.md'
13-
- '.github/FUNDING.yml'
7+
paths:
8+
- 'src/**'
9+
- 'packages/**'
1410

1511
jobs:
1612
release:

0 commit comments

Comments
 (0)