We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0cca7 commit 9de7be9Copy full SHA for 9de7be9
.github/workflows/crowdin_sync.yml
@@ -5,6 +5,7 @@ on: workflow_dispatch
5
jobs:
6
crowdin_sync:
7
runs-on: ubuntu-24.04
8
+ if: github.ref_name == github.event.repository.default_branch
9
steps:
10
- name: Checkout Repository
11
uses: actions/checkout@v4
@@ -25,7 +26,7 @@ jobs:
25
26
create_pull_request: true
27
pull_request_title: 'feat: updated translations from crowdin'
28
pull_request_labels: 'priority: low, status: ready for review, type: translation'
- pull_request_base_branch_name: 'main'
29
+ pull_request_base_branch_name: '${{ github.event.repository.default_branch }}'
30
31
source: 'machinelib.json'
32
translation: 'src/main/resources/assets/machinelib/lang/%locale_with_underscore%.json'
0 commit comments