Skip to content

Commit c2b2918

Browse files
committed
Run publish workflow if it's updated
1 parent 1100617 commit c2b2918

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- release/**
78
paths:
89
- 'src/**'
910
- 'package.json'
11+
- '.github/workflows/publish.yml'
1012

1113
jobs:
1214
publish:

0 commit comments

Comments
 (0)