Skip to content

Commit e551d0b

Browse files
Merge branch '5.8.x' into 6.0.x
2 parents 285fb5e + b9836d6 commit e551d0b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- '**'
5+
branches-ignore:
6+
- "dependabot/**"
77
schedule:
88
- cron: '0 10 * * *' # Once per day at 10am UTC
99
workflow_dispatch: # Manual trigger

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Deploy Docs
22
on:
33
push:
4-
branches-ignore: [ gh-pages ]
4+
branches-ignore:
5+
- "gh-pages"
6+
- "dependabot/**"
57
tags: '**'
68
repository_dispatch:
79
types: request-build-reference # legacy

0 commit comments

Comments
 (0)