From 89c7b4504580167bb2f97188796d56cf5856d5fc Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 13 Feb 2024 11:17:17 +0100 Subject: [PATCH] fix --- .github/workflows/website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 9efaf464..b34c3079 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -58,8 +58,8 @@ jobs: TX_TOKEN: ${{ secrets.TX_TOKEN }} - name: Push source files to Transifex - run: | - ./tx push + if: ${{ github.event_name == 'push' }} + run: ./tx push env: TX_TOKEN: ${{ secrets.TX_TOKEN }}