Fix: Manual branch creation dispatch

This commit is contained in:
Nicholas Wallace 2024-03-15 10:47:39 -07:00
parent 17f22a7197
commit 3100f3261a

View file

@ -1,12 +1,7 @@
name: Manual update i18n files name: Manual update i18n files
on: on:
push: workflow_dispatch:
branches:
- main # Only care about the main branch, don't care about any PRs or forks
- master
paths:
- client/strings/** # Should only check if any strings changed
jobs: jobs:
update_translations: update_translations: