Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 9953995

Browse files
authored
Only create new release on changes to dist files (#22)
1 parent 8e5016b commit 9953995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
3-
branches:
4-
- main
3+
paths:
4+
- 'dist/**.js'
55

66
name: Create new relese
77

0 commit comments

Comments
 (0)