Skip to content

Commit 3b940f6

Browse files
authored
Fix tag name pattern for docs CI workflow (cakephp#2151)
* Fix tag name pattern for docs CI workflow * Update deploy_docs_0x.yml
1 parent 0265d72 commit 3b940f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_docs_0x.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: 'deploy_docs_0x'
44
on:
55
push:
66
tags:
7-
- v0.*
7+
- 0.*
88
workflow_dispatch:
99
inputs:
1010
branch:
1111
description: Branch to run on
12-
default: master
12+
default: 0.x
1313
required: true
1414

1515
jobs:

0 commit comments

Comments
 (0)