diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 7d836119b9..13c3515585 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -60,7 +60,7 @@ jobs: create_pull_request: true pull_request_title: 'New Crowdin updates' pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)' - pull_request_base_branch_name: 'l10' + pull_request_base_branch_name: 'master' pull_request_labels: 'translations' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 8541ce79a3..da5a08bd2a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ var/ # Django stuff: *.log local_settings.py +*.sqlite *.sqlite3 *.sqlite3-journal *.backup