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.
2 parents a4386e3 + b6c3028 commit baad324Copy full SHA for baad324
.github/workflows/docker-build.yaml
@@ -34,6 +34,8 @@ jobs:
34
run: |
35
if [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]$ ]]; then
36
echo "match=true" >> $GITHUB_OUTPUT
37
+ if [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]-mongodb$ ]]; then
38
+ echo "match=true" >> $GITHUB_OUTPUT
39
elif [[ ${{ github.event.ref }} = "refs/heads/master" ]]; then
40
41
fi
0 commit comments