Skip to content

Commit

Permalink
fix: respond to feanil suggestion 2
Browse files Browse the repository at this point in the history
Add a condition to run the translation step on merge only
  • Loading branch information
ghassanmas committed Dec 23, 2021
1 parent 0b8814d commit c36b9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
./run_tests.sh
- name : "Translations Sync"
if: ${{ github.event.pull_request.merged }}
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
run: |
Expand Down

0 comments on commit c36b9fc

Please sign in to comment.