0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Update non-example GitHub Workflows to ignore "push" actions to "dependabot/**" branches because these are also associated with a "pull_request".

This commit is contained in:
David Anson 2023-09-17 10:59:26 -07:00
parent 1b14491c07
commit ccde71ff7c
2 changed files with 4 additions and 0 deletions

View file

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

View file

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