Do not run some workflows for Dependabot branches
Issue gh-13873
(cherry picked from commit ab812b2b53)
This commit is contained in:
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Deploy Docs
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [ gh-pages ]
|
||||
branches-ignore: [ "gh-pages", "dependabot/**" ]
|
||||
tags: '**'
|
||||
repository_dispatch:
|
||||
types: request-build-reference # legacy
|
||||
|
||||
Reference in New Issue
Block a user