Browse Source

Merge branch '6.0.x' into 6.1.x

pull/13934/head
Marcus Da Coregio 3 years ago
parent
commit
3e83e744ae
  1. 4
      .github/workflows/continuous-integration-workflow.yml
  2. 4
      .github/workflows/deploy-docs.yml

4
.github/workflows/continuous-integration-workflow.yml

@ -2,8 +2,8 @@ name: CI
on: on:
push: push:
branches: branches-ignore:
- '**' - "dependabot/**"
schedule: schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC - cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger workflow_dispatch: # Manual trigger

4
.github/workflows/deploy-docs.yml

@ -1,7 +1,9 @@
name: Deploy Docs name: Deploy Docs
on: on:
push: push:
branches-ignore: [ gh-pages ] branches-ignore:
- "gh-pages"
- "dependabot/**"
tags: '**' tags: '**'
repository_dispatch: repository_dispatch:
types: request-build-reference # legacy types: request-build-reference # legacy

Loading…
Cancel
Save