Skip to content

Commit 0f59887

Browse files
authored
test ci (#18)
1 parent 57647a2 commit 0f59887

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/core-go-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: Core Go CI
1+
name: 🚀 Core Go CI
22

33
on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'apps/**'
79
paths:
810
- 'core/**'
911

.github/workflows/deploy-mildstack-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy mildstack.dev to GitHub Pages
1+
name: 🌐 Deploy mildstack.dev to GitHub Pages
22

33
on:
44
push:

.github/workflows/desktop-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build/Release Desktop
1+
name: 🖥️ Build/Release Desktop + CLI
22

33
on:
44
push:
@@ -7,6 +7,7 @@ on:
77
tags:
88
- 'v*'
99
paths:
10+
- 'apps/core/**'
1011
- 'apps/desktop/**'
1112
- '.github/workflows/desktop-build.yml'
1213
- 'apps/desktop/electron-builder.yml'

0 commit comments

Comments
 (0)