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 24bc55b commit a3c4cd6Copy full SHA for a3c4cd6
.github/workflows/test_and_build.yml
@@ -54,6 +54,7 @@ jobs:
54
fi
55
56
- name: Setup EE version
57
+ if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
58
run: |
59
cd "$GITHUB_WORKSPACE"
60
if [[ "$GITHUB_REF" != $DEPLOY_BRANCH ]]; then
0 commit comments