From b25614bd5fc35795bc3b18f9e279d123cea5abc8 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Sat, 27 Mar 2021 20:51:14 +0000 Subject: [PATCH] Update update_translations.yml --- .github/workflows/update_translations.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_translations.yml b/.github/workflows/update_translations.yml index 91aff60..370ebb1 100644 --- a/.github/workflows/update_translations.yml +++ b/.github/workflows/update_translations.yml @@ -5,10 +5,12 @@ name: Update translations # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch - #push: - # branches: [ master ] - #pull_request: - # branches: [ master ] + push: + paths: + - 'index.html' + - 'main.js' + branches: + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: