Skip to content

Commit f941d12

Browse files
committed
2.x: Dev mode working with Linux, enabling Macos13
1 parent bfbe6be commit f941d12

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ce-dev-devel-macos.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
name: '2.x: MacOS - Build ce_dev binaries, images and templates (test)'
1+
name: '2.x: MacOS - Build ce_dev binaries, images and templates (devel)'
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- 2.x-devel
7+
pull_request:
8+
types:
9+
- opened
10+
branches:
11+
- 2.x-devel
512

613
jobs:
714
build:

0 commit comments

Comments
 (0)