Skip to content

Commit b8f26c1

Browse files
authored
up-to-date: fixed wrong branch name (polkadot-fellows#141)
I put master when it was main.
1 parent 562fd76 commit b8f26c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/up-to-date.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Keep PR up to date
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
updatePullRequests:

0 commit comments

Comments
 (0)