Skip to content

Commit 1d6036d

Browse files
committed
Fix branch names in Github configs
1 parent 11fbd5d commit 1d6036d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependabot Automerge
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66

77
jobs:
88
auto-merge:
@@ -12,4 +12,4 @@ jobs:
1212
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1313
with:
1414
target: minor
15-
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
15+
github-token: ${{ secrets.AUTOMERGE_TOKEN }}

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# branches to consider in the event; optional, defaults to all
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
update_release_draft:

0 commit comments

Comments
 (0)