Skip to content

Commit

Permalink
Merge branch 'php8dot3' of github.com:moveis-simonetti/php-apache-oci…
Browse files Browse the repository at this point in the history
…8-composer
  • Loading branch information
lucassabreu committed Mar 12, 2024
2 parents 7f524ef + 61901cc commit ec289da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
if [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
if [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]-mongodb$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
elif [[ ${{ github.event.ref }} = "refs/heads/master" ]]; then
echo "match=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit ec289da

Please sign in to comment.