Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 13, 2024
1 parent 974889d commit 89c7b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 89c7b45

Please sign in to comment.