Skip to content

Commit

Permalink
Update translate.yml (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Dec 3, 2024
1 parent d1ef24f commit 4f16c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Create translation pull request
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
pull_request:
push:
branches: [ "main" ]
paths:
- '**.resx' # XML-based (resource) translation file format, .NET
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
if: ${{ steps.translator.outputs.has-new-translations }} == 'true'
with:
title: '${{ steps.translator.outputs.summary-title }}'
commit-message: '${{ steps.translator.outputs.summary-details }}'
commit-message: '${{ steps.translator.outputs.summary-details }}'

0 comments on commit 4f16c67

Please sign in to comment.