Skip to content

Commit 0b1f2cf

Browse files
committed
npm-run-package: try harder only to trigger on Dependabot PRs
The workflow will fail on other PRs because the environment with the secret token is scoped to only handle PRs originating from the same repository. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5b3cc51 commit 0b1f2cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-run-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
paths:
1010
- package.json
1111
- package-lock.json
12+
branches:
13+
- 'dependabot/**'
1214
workflow_dispatch:
1315
inputs:
1416
branch:

0 commit comments

Comments
 (0)