Skip to content

Commit 4a6d7a3

Browse files
authored
Merge pull request #1906 from arduino/disable-cloudflare
Disabling automatic run of cloudflare builds
2 parents 8f981a0 + 528a174 commit 4a6d7a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cloudflare.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Cloudflare Pages
22

33
on:
4-
push:
5-
branches: ["main"]
6-
pull_request:
7-
types: [opened, synchronize]
4+
workflow_dispatch:
85

96
jobs:
107
run:

0 commit comments

Comments
 (0)