Skip to content

Commit 93f61d7

Browse files
committed
feat: add workflow_dispatch to release GHA
1 parent 5ce5857 commit 93f61d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Vercel Preview Deployment
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches-ignore:
67
- main

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Vercel Production Deployment
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)