Skip to content

Commit 55f2bae

Browse files
authored
feat: detect cloudflare workers build ci (#156)
1 parent 4e8f48d commit 55f2bae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type ProviderName =
1515
| "circle"
1616
| "cirrus"
1717
| "cloudflare_pages"
18+
| "cloudflare_workers"
1819
| "codebuild"
1920
| "codefresh"
2021
| "drone"
@@ -70,6 +71,7 @@ const providers: InternalProvider[] = [
7071
["CIRCLE", "CIRCLECI"],
7172
["CIRRUS", "CIRRUS_CI"],
7273
["CLOUDFLARE_PAGES", "CF_PAGES", { ci: true }],
74+
["CLOUDFLARE_WORKERS", "WORKERS_CI", { ci: true }],
7375
["CODEBUILD", "CODEBUILD_BUILD_ARN"],
7476
["CODEFRESH", "CF_BUILD_ID"],
7577
["DRONE"],

0 commit comments

Comments
 (0)