Skip to content

Commit f85061b

Browse files
committed
github workflows: fix branch name
1 parent 3536d40 commit f85061b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Continuous Integration
44
on:
55
push:
66
branches:
7-
- 'main'
7+
- 'master'
88
pull_request:
99

1010
jobs:

0 commit comments

Comments
 (0)