Browse Source

Merge branch '6.1.x'

pull/32446/head
Stéphane Nicoll 2 years ago
parent
commit
26cab0616e
  1. 11
      .github/workflows/deploy-docs.yml

11
.github/workflows/deploy-docs.yml

@ -1,12 +1,15 @@ @@ -1,12 +1,15 @@
name: Deploy Docs
on:
push:
branches-ignore: [ gh-pages ]
tags: '**'
branches-ignore:
- 'gh-pages'
branches:
- 'main'
- '*.x'
tags:
- 'v*'
repository_dispatch:
types: request-build-reference # legacy
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
permissions:
actions: write

Loading…
Cancel
Save