Skip to content

Commit dbfefdd

Browse files
committed
ci: Enable Github workflows for important branches
1 parent 1f4d608 commit dbfefdd

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/build-cloe.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build Cloe
22

33
on:
4+
push:
5+
branches:
6+
- master
7+
- develop
8+
- 'release/**'
49
pull_request:
510
paths-ignore:
611
- "*.md"

.github/workflows/build-docs.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build Documentation
22

33
on:
4+
push:
5+
branches:
6+
- master
7+
- develop
8+
- 'release/**'
49
pull_request:
510
paths:
611
- "docs/**"

.github/workflows/build-ui.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build UI
22

33
on:
4+
push:
5+
branches:
6+
- master
7+
- develop
8+
- 'release/**'
49
pull_request:
510
paths:
611
- "ui/**"

0 commit comments

Comments
 (0)