Skip to content

Commit 685d674

Browse files
committed
fix running build on main
1 parent 73f8719 commit 685d674

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: "Build"
22

33
on:
44
pull_request:
5-
types: [ "opened", "synchronize", "edited", "reopened" ]
65
push:
76
branches:
8-
- master
7+
- main
98
- v*.*
109

1110
env:

0 commit comments

Comments
 (0)