Skip to content

Commit 67f0155

Browse files
committed
ci: run build actions when push/pr to development
1 parent 8898c3c commit 67f0155

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- master
7+
- development
78
tags:
89
- "*-[0-9]+.*"
910
pull_request:
1011
branches:
1112
- master
13+
- development
1214

1315
jobs:
1416
build:

0 commit comments

Comments
 (0)