From ec57a770a646cef3816654bad541d38925c587f7 Mon Sep 17 00:00:00 2001 From: Wilco Alsemgeest Date: Wed, 1 Sep 2021 10:31:14 +0200 Subject: [PATCH] Update crowdin-wf-develop.yml Forgot a setting --- .github/workflows/crowdin-wf-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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