Skip to content

Commit de6e9ed

Browse files
refac(ci): make debug be only mannualy deployed and add new workflow for release artfacts
1 parent 2b56f6b commit de6e9ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/app-build-release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
- staging
77
paths:
88
- 'apps/app/**'
9-
- '.github/workflows/app-build-release-artifacts.yml'
9+
- '.github/workflows/tauri-build-debug.yml'
1010
pull_request:
1111
branches:
1212
- dev
1313
- staging
1414
paths:
1515
- 'apps/app/**'
16-
- '.github/workflows/app-build-release-artifacts.yml'
16+
- '.github/workflows/tauri-build-debug.yml'
1717
workflow_dispatch:
1818

1919
jobs:

0 commit comments

Comments
 (0)