Skip to content

Commit

Permalink
Run crowdin-download only on workflow dispatch, not every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Aug 29, 2024
1 parent e356776 commit 6acf81d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/crowdin-download.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Download Crowdin Translations

on:
push:
branches: [main]
workflow_dispatch:

permissions:
Expand All @@ -26,7 +24,7 @@ jobs:

create_pull_request: true
pull_request_title: "New Crowdin translations"
pull_request_body: "New Crowdin pull request with translations"
pull_request_body: "🤖 An automated pull request containing Crowdin translations, beep-boop."
pull_request_base_branch_name: "main"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6acf81d

Please sign in to comment.