We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57647a2 commit 0f59887Copy full SHA for 0f59887
3 files changed
.github/workflows/core-go-ci.yml
@@ -1,9 +1,11 @@
1
-name: Core Go CI
+name: 🚀 Core Go CI
2
3
on:
4
pull_request:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - 'apps/**'
9
paths:
10
- 'core/**'
11
.github/workflows/deploy-mildstack-dev.yml
@@ -1,4 +1,4 @@
-name: Deploy mildstack.dev to GitHub Pages
+name: 🌐 Deploy mildstack.dev to GitHub Pages
push:
.github/workflows/desktop-build.yml
-name: Build/Release Desktop
+name: 🖥️ Build/Release Desktop + CLI
@@ -7,6 +7,7 @@ on:
tags:
- 'v*'
+ - 'apps/core/**'
- 'apps/desktop/**'
12
- '.github/workflows/desktop-build.yml'
13
- 'apps/desktop/electron-builder.yml'
0 commit comments