diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8b69b0e73..51b4b2047 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,9 +24,8 @@ -1. Step 1 -2. Step 2 -3. Step 3 +1. `npm i` +2. `npm run TASK` # Checklist diff --git a/.github/workflows/deploy-github-pages.yaml b/.github/workflows/deploy-github-pages.yaml index 2357b18e6..d2f4174fd 100644 --- a/.github/workflows/deploy-github-pages.yaml +++ b/.github/workflows/deploy-github-pages.yaml @@ -8,7 +8,7 @@ # `{"pull_request": {"number": , "head": {"ref": "", "sha": "PR commit sha"}, "base": {"ref": "main"}}, "repository": {"name": "juno", "owner": {"login": "cloudoperators"}}}` # 2. Run the following command: # `act push --container-architecture linux/amd64 -P default=catthehacker/ubuntu:act-latest -e act_push.json -W .github/workflows/deploy-github-pages.yaml` -name: Build and Publish Storybook to GitHub Pages +name: Storybook on: push: