Skip to content

Commit 554f751

Browse files
committed
fix: typo in target branches for build workflow
1 parent ecd43ec commit 554f751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zig.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build
33
on:
44
push:
55
branches:
6-
- main
6+
- trunk
77
pull_request:
88
branches:
9-
- main
9+
- trunk
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)