Skip to content

Commit

Permalink
ignore branch (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Jan 20, 2022
1 parent 04fa291 commit cce59a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
- name: Prepare | Lerna Version
run: yarn lerna version --yes --no-private

- name: Sizebot
run: node scripts/sizebot/createCurrentSizes.js

- name: Prepare | Build
run: |
yarn workspace @codesandbox/sandpack-client build:publish
yarn workspace @codesandbox/sandpack-react build:publish
- name: Sizebot
run: node scripts/sizebot/createCurrentSizes.js

- name: Release | Lerna Publish
run: lerna publish from-package --yes
3 changes: 0 additions & 3 deletions .github/workflows/sizebot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Sizebot

on:
push:
branches-ignore:
- main
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion scripts/sizebot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ${removedFiles.join("")}${tableContent.join("")} \n\n
await octokit.rest.issues.createComment({
owner,
repo,
issue_number: "308",
issue_number,
body: `## Size changes
${content.join("")}`,
Expand Down

0 comments on commit cce59a9

Please sign in to comment.