Skip to content

Commit 0eaf579

Browse files
committed
Also allow on prereleases
1 parent f7a592c commit 0eaf579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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:

0 commit comments

Comments
 (0)