Skip to content

Commit b9836d6

Browse files
Fix Workflows
Issue gh-13873
1 parent 2505c08 commit b9836d6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: CI
22

33
on:
4-
pull_request:
5-
branches-ignore:
6-
- "dependabot/**"
74
push:
85
branches-ignore:
96
- "dependabot/**"

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Deploy Docs
22
on:
3-
pull_request:
4-
branches-ignore:
5-
- "dependabot/**"
63
push:
74
branches-ignore:
85
- "gh-pages"

0 commit comments

Comments
 (0)