Skip to content

Commit 0565418

Browse files
committed
Upload dist ved manuell deploy
1 parent 8ab0354 commit 0565418

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' || github.ref == 'refs/heads/react19'
48+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/react19' || github.event_name == 'workflow_dispatch'
4949
with:
5050
name: app-dist
5151
path: dist

0 commit comments

Comments
 (0)