diff --git a/.github/workflows/crowdin-wf-develop.yml b/.github/workflows/crowdin-wf-develop.yml index b566795..c5fc53e 100644 --- a/.github/workflows/crowdin-wf-develop.yml +++ b/.github/workflows/crowdin-wf-develop.yml @@ -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