Skip to content

Commit

Permalink
chore: source updated from crowdin, revert later
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Oct 9, 2023
1 parent ccfe367 commit b2787dd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/crowdin-source-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: "Crowdin Action"
# For more info: https://github.com/crowdin/github-action/blob/master/action.yml

on:
push:
branches: [ "chore/crowdin-source-updater" ] # Delete after tst.
workflow_dispatch:

concurrency:
Expand All @@ -24,12 +26,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: "Exit if the branch is not default 'develop'"
run: |
if [[ "${{ github.ref }}" != "refs/heads/develop" ]]; then
echo "Branch is not develop, exiting."
exit 0
fi
# - name: "Exit if the branch is not default 'develop'"
# run: |
# if [[ "${{ github.ref }}" != "refs/heads/develop" ]]; then
# echo "Branch is not develop, exiting."
# exit 0
# fi

- name: Crowdin action
uses: crowdin/github-action@v1
Expand Down

0 comments on commit b2787dd

Please sign in to comment.