File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111 id-token : write
1212
1313concurrency :
14- group : " pages "
14+ group : " ci "
1515 cancel-in-progress : false
1616
1717jobs :
Original file line number Diff line number Diff line change 44 push :
55 paths :
66 - ' package.json'
7+ - ' .github/workflows/publish.yml'
78 workflow_dispatch :
89
910permissions :
1011 contents : read
1112 id-token : write
1213
1314concurrency :
14- group : " pages "
15+ group : " npm "
1516 cancel-in-progress : false
1617
1718jobs :
Original file line number Diff line number Diff line change 44 push :
55 branches : ["main"]
66 paths :
7- - " index.js "
8- - " index.min.js "
9- - " index.d.ts "
7+ - " src/* "
8+ - " .github/workflows/website.yml "
9+ - " website/* "
1010 workflow_dispatch :
1111
1212permissions :
@@ -15,7 +15,7 @@ permissions:
1515 id-token : write
1616
1717concurrency :
18- group : " pages "
18+ group : " website "
1919 cancel-in-progress : false
2020
2121jobs :
You can’t perform that action at this time.
0 commit comments