Skip to content

Commit 3fae8ed

Browse files
committed
finalize actions
1 parent 3f910c2 commit 3fae8ed

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/app-release.yml

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
name: 'Tauri GUI Release'
1+
name: 'Modrinth App build'
22
on:
33
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/**'
416
workflow_dispatch:
517

618
jobs:
7-
test-tauri:
19+
build:
820
strategy:
921
fail-fast: false
1022
matrix:

.github/workflows/cloudflare-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Deploy frontend
22

33
on: push
44

0 commit comments

Comments
 (0)