We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0578b0b commit 2221d3fCopy full SHA for 2221d3f
.github/workflows/openstudio-server-tests.yml
@@ -126,7 +126,8 @@ jobs:
126
- name: docker-upload
127
if: |
128
github.ref == 'refs/heads/master' ||
129
- github.ref == 'refs/heads/develop'
+ github.ref == 'refs/heads/develop' ||
130
+ github.ref == 'refs/heads/3.8.0-1'
131
# github.ref == 'refs/heads/3.6.1-3'
132
shell: bash
133
run: ./docker/deployment/scripts/deploy_docker_github_actions.sh
0 commit comments