Skip to content

Commit 3615e4e

Browse files
committed
Also allow on prereleases
1 parent f7a592c commit 3615e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prevent-repo-references.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Prevent GitHub Repo References in Package.json
22

33
on:
44
pull_request:
5-
branches: [main, release/*]
5+
branches: [main, release/*, prerelease/*]
66
paths:
77
- "extensions/positron-r/package.json"
88
push:
9-
branches: [main, release/*]
9+
branches: [main, release/*, prerelease/*]
1010
paths:
1111
- "extensions/positron-r/package.json"
1212

0 commit comments

Comments
 (0)