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

Commit 2841956

Browse files
authored
Only create release tags on pushes to main (#24)
1 parent 11bc0e3 commit 2841956

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ on:
22
push:
33
paths:
44
- 'dist/**.js'
5+
branches:
6+
- main
57

68
name: Create new relese
79

0 commit comments

Comments
 (0)