fix: correct broken workflow
This commit is contained in:
9
.github/workflows/translate.yml
vendored
9
.github/workflows/translate.yml
vendored
@@ -1,3 +1,12 @@
|
||||
name: Translate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
translate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user