Skip to content

Commit 26cab06

Browse files
committed
Merge branch '6.1.x'
2 parents e1b1435 + 30087e1 commit 26cab06

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: .github/workflows/deploy-docs.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Deploy Docs
22
on:
33
push:
4-
branches-ignore: [ gh-pages ]
5-
tags: '**'
4+
branches-ignore:
5+
- 'gh-pages'
6+
branches:
7+
- 'main'
8+
- '*.x'
9+
tags:
10+
- 'v*'
611
repository_dispatch:
712
types: request-build-reference # legacy
8-
schedule:
9-
- cron: '0 10 * * *' # Once per day at 10am UTC
1013
workflow_dispatch:
1114
permissions:
1215
actions: write

0 commit comments

Comments
 (0)