We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f910c2 commit 3fae8edCopy full SHA for 3fae8ed
.github/workflows/app-release.yml
@@ -1,10 +1,22 @@
1
-name: 'Tauri GUI Release'
+name: 'Modrinth App build'
2
on:
3
push:
4
+ branches:
5
+ - main
6
+ tags:
7
+ - 'v*'
8
+ paths:
9
+ - 'apps/app/**'
10
+ - 'apps/app-frontend/**'
11
+ - 'packages/app-lib/**'
12
+ - 'packages/app-macros/**'
13
+ - 'packages/assets/**'
14
+ - 'packages/ui/**'
15
+ - 'packages/utils/**'
16
workflow_dispatch:
17
18
jobs:
- test-tauri:
19
+ build:
20
strategy:
21
fail-fast: false
22
matrix:
.github/workflows/cloudflare-pages.yml
@@ -1,4 +1,4 @@
-name: Deploy
+name: Deploy frontend
on: push
0 commit comments