Skip to content

Commit

Permalink
ci: update action flow
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Nov 30, 2024
1 parent 13819fa commit 19bcf46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CD
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
linter:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@resreq/timer",
"version": "1.1.5",
"description": "⏰ Short and sweet timer based on requestAnimationFrame API",
"description": "⏰ Short and sweet timer based.",
"type": "module",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 19bcf46

Please sign in to comment.