Skip to content

Commit 0d37d7f

Browse files
committed
Update workflows
1 parent c3bf1d0 commit 0d37d7f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
id-token: write
1212

1313
concurrency:
14-
group: "pages"
14+
group: "ci"
1515
cancel-in-progress: false
1616

1717
jobs:

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ on:
44
push:
55
paths:
66
- 'package.json'
7+
- '.github/workflows/publish.yml'
78
workflow_dispatch:
89

910
permissions:
1011
contents: read
1112
id-token: write
1213

1314
concurrency:
14-
group: "pages"
15+
group: "npm"
1516
cancel-in-progress: false
1617

1718
jobs:

.github/workflows/website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
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

1212
permissions:
@@ -15,7 +15,7 @@ permissions:
1515
id-token: write
1616

1717
concurrency:
18-
group: "pages"
18+
group: "website"
1919
cancel-in-progress: false
2020

2121
jobs:

0 commit comments

Comments
 (0)