Skip to content

Commit 0fcf265

Browse files
committed
Merge branch 'php8dot2' into php8dot2-mongodb
2 parents 5092ae1 + 41065ce commit 0fcf265

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)