Skip to content

Commit 5e51864

Browse files
Merge pull request #323 from RonnyPfannschmidt/switch-to-main
switch to main as primary branch
2 parents 6b344fb + 05c3bbd commit 5e51864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: main
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- "*"
99

1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)