Skip to content

Commit

Permalink
Update non-example GitHub Workflows to ignore "push" actions to "depe…
Browse files Browse the repository at this point in the history
…ndabot/**" branches because these are also associated with a "pull_request".
  • Loading branch information
DavidAnson committed Sep 17, 2023
1 parent 1b14491 commit ccde71f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Checkers
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
schedule:
- cron: '30 12 * * *'
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test markdownlint-cli2-action
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ccde71f

Please sign in to comment.