Skip to content

Commit 3679690

Browse files
authored
Generate docs only when a new tag is created
1 parent 533af31 commit 3679690

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Documentation
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags: [ 'v*.*.*' ]
76

87
concurrency:
98
group: docs
@@ -39,4 +38,4 @@ jobs:
3938
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4039
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4140
workingDirectory: "docs"
42-
wranglerVersion: "4.54.0"
41+
wranglerVersion: "4.54.0"

0 commit comments

Comments
 (0)