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 b113551 commit d13fcb1Copy full SHA for d13fcb1
.github/workflows/test_and_build.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
cd "$GITHUB_WORKSPACE"
48
# Run composer install for master else update.
49
- if [[ "$GITHUB_REF" = "refs/heads/master" ]]; then
+ if [[ "$GITHUB_REF" = "refs/heads/master" ]] || [[ "$GITHUB_REF" = "refs/tags/"* ]]; then
50
composer install --no-dev --no-progress --no-interaction
51
else
52
sed -i 's/\(easyengine\/.*\):\ \".*\"/\1:\ \"dev-develop\"/' composer.json
0 commit comments