Skip to content

Commit

Permalink
chore(workflow): update branch specification for push event in README…
Browse files Browse the repository at this point in the history
… translation workflow to follow proper YAML structure
  • Loading branch information
0xJord4n committed Dec 23, 2024
1 parent 1497eed commit 9bb4985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-readme-translations.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Generate Readme Translations
on:
push:
- "1222--README-ci-auto-translation"
branches:
- "1222--README-ci-auto-translation"

jobs:
translation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9bb4985

Please sign in to comment.