From bf843e40815d8bf374b2e9c3a09117b4922a5a4e Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Fri, 8 Sep 2023 10:00:07 +0300 Subject: [PATCH] Rename workflow and update gitignore --- .github/workflows/deploy_to_playstore_testflight.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_playstore_testflight.yml b/.github/workflows/deploy_to_playstore_testflight.yml index 32da8c6..244b2c6 100644 --- a/.github/workflows/deploy_to_playstore_testflight.yml +++ b/.github/workflows/deploy_to_playstore_testflight.yml @@ -1,4 +1,4 @@ -name: Deploy to Play Store Internal Track +name: Deploy to Play Store Internal & TestFlight on: workflow_dispatch: diff --git a/.gitignore b/.gitignore index 11dc625..90e96d8 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,7 @@ yarn-error.log # testing /coverage +**/certs # custom **/*-service-account.json \ No newline at end of file