Skip to content

Commit 6587ef3

Browse files
authored
Merge pull request #1968 from processing/bug/production-deploy
Revert change to production deploy script to build only on tag
2 parents 611720b + ecb9da5 commit 6587ef3

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)