Browse Source

Merge branch '6.1.x'

pull/13917/head
Marcus Da Coregio 3 years ago
parent
commit
5055ee98db
  1. 3
      .github/workflows/continuous-integration-workflow.yml
  2. 3
      .github/workflows/deploy-docs.yml

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

@ -1,9 +1,6 @@ @@ -1,9 +1,6 @@
name: CI
on:
pull_request:
branches-ignore:
- "dependabot/**"
push:
branches-ignore:
- "dependabot/**"

3
.github/workflows/deploy-docs.yml

@ -1,8 +1,5 @@ @@ -1,8 +1,5 @@
name: Deploy Docs
on:
pull_request:
branches-ignore:
- "dependabot/**"
push:
branches-ignore:
- "gh-pages"

Loading…
Cancel
Save