Update translations.yml
Fix the context in which this actions runs
This commit is contained in:
parent
92f6c13fcd
commit
a09e852ecb
|
|
@ -1,10 +1,9 @@
|
|||
name: Make Translation
|
||||
|
||||
on: ["push", "pull_request"]
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue