Skip to content

Commit

Permalink
ci: toggle ci branch
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Feb 18, 2023
1 parent 9caf62b commit bb5fa80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}
on:
push:
branches:
- master
- main
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "modern-screenshot",
"type": "module",
"version": "4.3.5",
"packageManager": "pnpm@7.9.0",
"packageManager": "pnpm@7.26.2",
"description": "Fast generates an image from a DOM node using HTML5 canvas and SVG",
"author": "wxm",
"license": "MIT",
Expand Down

0 comments on commit bb5fa80

Please sign in to comment.