Skip to content

Commit

Permalink
Merge pull request #22 from shafin-deriv/shafin/DAPI-547/feat--langua…
Browse files Browse the repository at this point in the history
…ge-workflow-trigger-9

chore: change translation push workflow to trigger on workflow dispatch
  • Loading branch information
sandeep-deriv authored May 2, 2024
2 parents 8a78db8 + 64fdd22 commit c7adec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/translation_push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Crowdin Push

on:
push:
paths: ['i18n/**']
branches: [master]
workflow_dispatch:

permissions: write-all

jobs:
crowdin-upload:
Expand Down

0 comments on commit c7adec8

Please sign in to comment.