Ignore (duplicate) workflows for pushes to "dependabot" branches.

This commit is contained in:
David Anson 2023-03-29 20:22:09 -07:00 committed by GitHub
parent 1656cd8a06
commit f317091a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,8 @@ name: Checkers
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:
jobs:

View file

@ -3,6 +3,8 @@ name: CI
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
schedule:
- cron: '30 12 * * *'
workflow_dispatch:

View file

@ -3,6 +3,8 @@ name: "CodeQL"
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:
jobs:

View file

@ -3,6 +3,8 @@ name: TestRepos
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:
jobs: