Skip to content

Commit 56695cb

Browse files
committed
tweak
1 parent cdbe440 commit 56695cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: Dependabot
33
on:
44
pull_request_target:
55
types: [opened, synchronize, labeled]
6-
branches:
7-
- 'dependabot/*'
86

97
jobs:
108
changeset:
119
runs-on: ubuntu-latest
10+
if: ${{ github.event.pull_request.user.name == 'dependabot' }}
1211
steps:
1312
- name: Checkout
1413
uses: actions/checkout@v4

0 commit comments

Comments
 (0)