Update crowdin-wf-develop.yml

Forgot a setting
This commit is contained in:
Wilco Alsemgeest 2021-09-01 10:31:14 +02:00 committed by GitHub
parent f3e7dd8265
commit ec57a770a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
# This workflow contains a single job called "build"
synchronize-with-crowdin:
if: (github.event_name == 'schedule' && github.repository == 'joomla-extensions/jedchecker') || (github.event_name != 'push')
if: (github.event_name == 'push' && github.repository == 'joomla-extensions/jedchecker') || (github.event_name != 'push')
# The type of runner that the job will run on
runs-on: ubuntu-latest