Skip to content

Commit

Permalink
finalize actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jul 9, 2024
1 parent 3f910c2 commit 3fae8ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
name: 'Tauri GUI Release'
name: 'Modrinth App build'
on:
push:
branches:
- main
tags:
- 'v*'
paths:
- 'apps/app/**'
- 'apps/app-frontend/**'
- 'packages/app-lib/**'
- 'packages/app-macros/**'
- 'packages/assets/**'
- 'packages/ui/**'
- 'packages/utils/**'
workflow_dispatch:

jobs:
test-tauri:
build:
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Deploy frontend

on: push

Expand Down

0 comments on commit 3fae8ed

Please sign in to comment.