Skip to content

Commit

Permalink
fix(.github): Make translate action run on all pushes
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Oct 19, 2024
1 parent 12f8698 commit df409ed
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/translate-readme.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Translate ReadME

on:
push:
paths:
- "README.md"
on: push

jobs:
readme-translator:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python v3.10.12
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -39,7 +38,7 @@ jobs:
title: "Translate README.md"
body: "This PR updates the translated versions of README.md"
branch: "translate-readme"
base: dev
delete-branch: true
add-paths: |
README.md
README-*.md

0 comments on commit df409ed

Please sign in to comment.