We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a592c commit 0eaf579Copy full SHA for 0eaf579
.github/workflows/prevent-repo-references.yml
@@ -2,7 +2,7 @@ name: Prevent GitHub Repo References in Package.json
2
3
on:
4
pull_request:
5
- branches: [main, release/*]
+ branches: [main, release/*, prerelease/*]
6
paths:
7
- "extensions/positron-r/package.json"
8
push:
0 commit comments