From 6b88ed0b34b69bb698c52edbebf6bfacf441c677 Mon Sep 17 00:00:00 2001 From: Chun Ho Chow <15370962+chunhochow@users.noreply.github.com> Date: Tue, 2 May 2023 17:05:07 -0700 Subject: [PATCH] github workflow: fix comment for on-push-branches --- .github/workflows/simwrapper.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/simwrapper.yaml b/.github/workflows/simwrapper.yaml index a01e6089..b819eb34 100644 --- a/.github/workflows/simwrapper.yaml +++ b/.github/workflows/simwrapper.yaml @@ -1,9 +1,9 @@ name: Build and deploy SimWrapper to GitHub Pages on: - # Runs on pushes targeting the default branch push: - branches: [gh-pages] + # branches: [$default-branch] # Runs on pushes targeting the default branch + branches: [gh-pages] # Runs on pushes to the gh-pages branch # Allows you to run this workflow manually from the Actions tab workflow_dispatch: