Skip to content

Commit 2104c4f

Browse files
committed
Restrict auto-merge to master branch only
Signed-off-by: Marvin Froeder <[email protected]>
1 parent fa2dd5a commit 2104c4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Dependabot auto-merge
2-
on: pull_request
2+
on:
3+
pull_request:
4+
branches:
5+
- master
36

47
permissions:
58
contents: write

0 commit comments

Comments
 (0)