Skip to content

Commit 380f013

Browse files
committed
Fixing branch name in github workflow
1 parent d6efc6e commit 380f013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- release-*
88
tags:
99
- v*
1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313
- release-*
1414

1515
jobs:

0 commit comments

Comments
 (0)