Skip to content

Commit 7c48d4b

Browse files
authored
Revert "chore: temporarily allow node-abi releases from 3-x-y branch (#91)" (#93)
This reverts commit aef99c7.
1 parent aef99c7 commit 7c48d4b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/server/requesters/GitHubActionsRequester.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ export class GitHubActionsRequester
105105
error: 'GitHub Actions build is for a tag not on the default branch',
106106
};
107107
}
108-
} else if (
109-
claims.repository_owner === 'electron' &&
110-
claims.repository === 'electron/node-abi' &&
111-
claims.ref === 'refs/heads/3-x-y'
112-
) {
113-
// Temporary hack to allow the 3-x-y branch to be used for releases on the node-abi repo
114108
} else if (claims.ref !== `refs/heads/${project.defaultBranch}`) {
115109
return {
116110
ok: false,

0 commit comments

Comments
 (0)