Skip to content

Commit 5a19915

Browse files
committed
Docs: update workflow to use correct branch.
1 parent b954816 commit 5a19915

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Deploy documentation to Cloudflare
1+
name: Deploy docs to Cloudflare
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [develop]
66
pull_request:
7-
branches: [main]
7+
branches: [develop]
88

99
jobs:
1010
deploy:

0 commit comments

Comments
 (0)