Skip to content

Commit 09b8418

Browse files
committed
Upload dist ved manuell deploy
1 parent d94b0d6 commit 09b8418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-v3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Upload build
4747
uses: actions/upload-artifact@v4
48-
if: github.ref == 'refs/heads/master'
48+
if: github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch'
4949
with:
5050
name: app-dist
5151
path: dist

0 commit comments

Comments
 (0)