Skip to content

Commit f7ce85d

Browse files
committed
Fix build on main
1 parent 330fd7d commit f7ce85d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: build
22

33
on:
44
pull_request:
5-
branches: ['series/*']
5+
branches: ['series/*', 'main']
66
push:
7-
branches: ['series/*']
7+
branches: ['series/*', 'main']
88
tags: ["v[0-9]+*"]
99

1010
jobs:

0 commit comments

Comments
 (0)