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: