mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Do Not Run Some Workflows on Dependabot's PRs
Issue gh-13873 (cherry picked from commit 3aae03b1b2414c847ec61bb430ba4445c1bcadf5)
This commit is contained in:
parent
9e877c9bc6
commit
2505c08e8f
@ -1,6 +1,9 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
|
7
.github/workflows/deploy-docs.yml
vendored
7
.github/workflows/deploy-docs.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user