Skip to content

Commit

Permalink
Fix image build for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
manjencic authored Mar 10, 2025
1 parent 51fc211 commit 68d35ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/combined-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Combined Workflow
on:
push:
branches-ignore: [next]
tags: ['*']
workflow_call:

permissions:
Expand All @@ -25,4 +26,4 @@ jobs:
always() &&
needs.call-php-code-quality.result == 'success' &&
needs.call-php-unit-tests.result == 'success'
uses: ./.github/workflows/php-build-images.yaml
uses: ./.github/workflows/php-build-images.yaml

0 comments on commit 68d35ea

Please sign in to comment.