Skip to content

Commit

Permalink
Merge branch 'php8dot2' into php8dot2-mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Mar 12, 2024
2 parents 0fcf265 + f1eecc4 commit 36e08ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Should push?
id: shoudPush
run: |
if [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]$ ]]; then
if [[ ${{ github.event.ref }} = "refs/heads/master" ]]; then
echo "match=true" >> $GITHUB_OUTPUT
if [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]-mongodb$ ]]; then
elif [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
elif [[ ${{ github.event.ref }} = "refs/heads/master" ]]; then
elif [[ ${{ github.event.ref }} =~ ^refs/heads/php[0-9]dot[0-9]-mongodb$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 36e08ea

Please sign in to comment.