Fix Workflows

Issue gh-13873
This commit is contained in:
Marcus Da Coregio 2023-09-29 15:50:10 -03:00
parent 2505c08e8f
commit b9836d618a
2 changed files with 0 additions and 6 deletions

View File

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

View File

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