From 52a2a5ab69c157a4802a5e310f9642ba7d3e41e7 Mon Sep 17 00:00:00 2001 From: Vladyslav Sitalo Date: Sat, 8 Feb 2025 15:09:37 -0800 Subject: [PATCH] Switch branch in the roam-js flow --- .github/workflows/roam-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/roam-js.yml b/.github/workflows/roam-js.yml index cd3adce..e01eca9 100644 --- a/.github/workflows/roam-js.yml +++ b/.github/workflows/roam-js.yml @@ -3,7 +3,7 @@ name: Deploy Roam-JS vim colemak version on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: [ "roam-js-vim-colemak" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: