From 98ae87b89998a3825dddce5da72b461119f2d643 Mon Sep 17 00:00:00 2001 From: Stanislav K Date: Fri, 19 Apr 2024 21:38:49 +0300 Subject: [PATCH] FS-8673 Add alt text to images (#550) * FS-8673 Add alt text to images * updated the branch name * Fix failing spec * Switch picker version to beta * update build branch * add log * update picker version * update version to beta * add log * add alt to response interface * cleanup and final commit * clean up * Add useNewTransformer * Update README.md --------- Co-authored-by: Stanislav Kolotinskiy Co-authored-by: hemanth-3 <98961835+hemanth-3@users.noreply.github.com> Co-authored-by: gary-singh-filestack --- .github/workflows/deploy_beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_beta.yml b/.github/workflows/deploy_beta.yml index aff5a826..f53053ed 100644 --- a/.github/workflows/deploy_beta.yml +++ b/.github/workflows/deploy_beta.yml @@ -1,7 +1,7 @@ name: filestack-js-beta on: push: - branches: [ develop ] + branches: [ sc-add-alt-text ] jobs: build: runs-on: ubuntu-latest