Skip to content

Commit c125582

Browse files
Update workflow for new branch name
1 parent 21c14f5 commit c125582

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
@@ -2,10 +2,10 @@ name: Build
22
on:
33
push:
44
branches:
5-
- trunk
5+
- main
66
pull_request:
77
branches:
8-
- trunk
8+
- main
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)