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 5092ae1 + 41065ce commit 0fcf265Copy full SHA for 0fcf265
.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