Skip to content

Commit b6c3028

Browse files
committed
Merge branch 'php7dot4' into php8dot1
2 parents 738ee85 + 9aa2475 commit b6c3028

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: |
3535
if [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]$ ]]; then
3636
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
3739
elif [[ ${{ github.event.ref }} = "refs/heads/master" ]]; then
3840
echo "match=true" >> $GITHUB_OUTPUT
3941
fi

0 commit comments

Comments
 (0)