From 39e1cf3250389879082cccdf579dca0e406f8fe9 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 15 Aug 2024 10:52:23 +0000 Subject: [PATCH] Update .gitea/workflows/php-deployer.yaml --- .gitea/workflows/php-deployer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/php-deployer.yaml b/.gitea/workflows/php-deployer.yaml index 5b1d2ab..a8de77b 100644 --- a/.gitea/workflows/php-deployer.yaml +++ b/.gitea/workflows/php-deployer.yaml @@ -33,7 +33,7 @@ jobs: uses: https://git.kjan.de/actions/build-push-action@v5 with: context: ./images/actions/php-deployer - push: true + push: ${{ github.ref == 'refs/heads/main' }} tags: | git.kjan.de/actions/php-deployer:latest git.kjan.de/actions/php-deployer:${{ gitea.run_number }}