We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94b0d6 commit 09b8418Copy full SHA for 09b8418
.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'
+ if: github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch'
49
with:
50
name: app-dist
51
path: dist
0 commit comments