From c97ff022b3cb494399c2e172e8a1b7c2e3504e54 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 4 Nov 2021 13:04:24 -0700 Subject: [PATCH] constraining the the crowdin push to the master branch --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40c10a274e1..e79b465d1f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,6 +169,7 @@ jobs: crowdin-push: name: Crowdin Push + if: github.ref = 'refs/heads/master' runs-on: ubuntu-20.04 needs: - build