From 95a285da7b6d0ce813cb43e5a050b7af9616f808 Mon Sep 17 00:00:00 2001
From: Ron de las Alas <ron@scratch.mit.edu>
Date: Tue, 17 Oct 2023 16:01:26 -0400
Subject: [PATCH] ci: fix typos

---
 .github/workflows/deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 7dfb5dc5..5fa8aa61 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Scratch Paint CI-CD
 on:
   pull_request: # Runs whenever a pull request is created or updated
   push: # Runs whenever a commit is pushed to the repository...
-    # branches: [master, develop, beta, hotfix/*] # ...on any of these branches
+    branches: [master, develop, beta, hotfix/*] # ...on any of these branches
 
 concurrency:
   group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
@@ -58,7 +58,7 @@ jobs:
         - name: Semantic Release
           if: ${{ env.TRIGGER_DEPLOY == 'true'}}
           env:
-            NPM_TOKEN: q${{ secrets.NPM_TOKEN }}
+            NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
             GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           run: npx --no -- semantic-release