Do Not Run Some Workflows on Dependabot's PRs
Issue gh-13873
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
name: Deploy Docs
|
||||
on:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
push:
|
||||
branches-ignore: [ "gh-pages", "dependabot/**" ]
|
||||
branches-ignore:
|
||||
- "gh-pages"
|
||||
- "dependabot/**"
|
||||
tags: '**'
|
||||
repository_dispatch:
|
||||
types: request-build-reference # legacy
|
||||
|
||||
Reference in New Issue
Block a user