Skip to content

Commit be0b1cf

Browse files
committed
ci: include development branch
1 parent 2203124 commit be0b1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: "Build only"
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master development]
66
tags:
77
- v*
88
pull_request:
9-
branches: [ master ]
9+
branches: [ master development]
1010

1111

1212
env:

0 commit comments

Comments
 (0)