From 3a6ec2fe097166427decca61c534b61d21878f67 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 14 Jul 2020 11:41:11 -0400 Subject: [PATCH] CI: Add note that translations.yml runs on default branch Signed-off-by: Cole Robinson --- .github/workflows/translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 374a9c39..ed47148f 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -2,6 +2,7 @@ name: Translations on: schedule: + # Implicitly runs on default branch # every two days at 6:00 UTC - cron: '0 6 */2 * *'