Skip to content

Commit ab56409

Browse files
committed
Fix build workflow
1 parent ea7c1cb commit ab56409

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Build
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
7+
workflow_dispatch:
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)