Merge branch '6.1.x'
This commit is contained in:
11
.github/workflows/deploy-docs.yml
vendored
11
.github/workflows/deploy-docs.yml
vendored
@@ -1,12 +1,15 @@
|
|||||||
name: Deploy Docs
|
name: Deploy Docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore: [ gh-pages ]
|
branches-ignore:
|
||||||
tags: '**'
|
- 'gh-pages'
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
- '*.x'
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: request-build-reference # legacy
|
types: request-build-reference # legacy
|
||||||
schedule:
|
|
||||||
- cron: '0 10 * * *' # Once per day at 10am UTC
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
|
|||||||
Reference in New Issue
Block a user