Skip to content

Commit ecb9da5

Browse files
committed
Revert change to production deploy script to build only on tag
1 parent 611720b commit ecb9da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy to production
22
on:
33
workflow_run:
44
workflows: ["Test"]
5-
tags:
6-
- '*'
5+
branches:
6+
- release
77
types:
88
- completed
99
env:

0 commit comments

Comments
 (0)