From d5b8ccbc9ee0a3a0092f87c57a689385f0cb9736 Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Mon, 24 Jun 2024 06:27:49 +0200 Subject: [PATCH] no longer need to mention the feature branch in i18next action --- .github/workflows/i18next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18next.yml b/.github/workflows/i18next.yml index 380f28c..abf0687 100644 --- a/.github/workflows/i18next.yml +++ b/.github/workflows/i18next.yml @@ -2,7 +2,7 @@ name: NodeJS with i18next-scanner on: push: - branches: ["main", "i18next-action"] + branches: ["main"] paths: ["src/**.js"] # Allows you to run this workflow manually from the Actions tab