Skip to content

Commit 9fa4691

Browse files
committed
.github/workflows/build: add branches dev and master
Make sure the v2.0.0 workflow runs on those branches since this code will be moved over shortly.
1 parent 5c506cb commit 9fa4691

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: Build CI
33
on:
44
push:
55
branches:
6+
- dev
7+
- master
68
- v2.0.0-testing
79
pull_request:
810
branches:
11+
- dev
12+
- master
913
- v2.0.0-testing
1014

1115
jobs:

0 commit comments

Comments
 (0)