Skip to content

Commit 91f4493

Browse files
committed
Run Actions builds for dev branches (#4691)
1 parent d53ff36 commit 91f4493

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 2.x
7+
- dev/*
78

89
jobs:
910
build:

.github/workflows/build-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- 2.x
1111
- mc/*
12+
- dev/*
1213

1314
jobs:
1415
build:

0 commit comments

Comments
 (0)