We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ba5f8 commit bdb3d5dCopy full SHA for bdb3d5d
.github/workflows/main-v3.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Upload build
47
uses: actions/upload-artifact@v4
48
- if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/react19'
+ if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/react19' || github.event_name == 'workflow_dispatch'
49
with:
50
name: app-dist
51
path: dist
0 commit comments