mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-27 11:08:49 +01:00
Ignore (duplicate) workflows for pushes to "dependabot" branches.
This commit is contained in:
parent
1656cd8a06
commit
f317091a83
4 changed files with 8 additions and 0 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -3,6 +3,8 @@ name: "CodeQL"
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue