Skip to content

Commit 2221d3f

Browse files
authored
3.8.0-1
1 parent 0578b0b commit 2221d3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/openstudio-server-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
- name: docker-upload
127127
if: |
128128
github.ref == 'refs/heads/master' ||
129-
github.ref == 'refs/heads/develop'
129+
github.ref == 'refs/heads/develop' ||
130+
github.ref == 'refs/heads/3.8.0-1'
130131
# github.ref == 'refs/heads/3.6.1-3'
131132
shell: bash
132133
run: ./docker/deployment/scripts/deploy_docker_github_actions.sh

0 commit comments

Comments
 (0)