Skip to content

Commit ea774ca

Browse files
committed
feat(ci): also allow workflow dispatches to sync from staging to prod
1 parent 6ebb75c commit ea774ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Sync from staging to prod
22
on:
3+
workflow_dispatch:
34
push:
4-
tags:
5+
tags:
56
- '**'
67
jobs:
78
sync-branch:

0 commit comments

Comments
 (0)