Skip to content

Commit ba51110

Browse files
committed
chore: filter release branches
1 parent 26248a1 commit ba51110

4 files changed

Lines changed: 268 additions & 94 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ jobs:
33
build:
44
docker:
55
- image: 'circleci/node:latest'
6+
filters:
7+
branches:
8+
only:
9+
- master
10+
- next
611
steps:
712
- checkout
813
- run:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules
22
lib
33
.idea
4+
.env
45
/example/
56
.vscode
67
/.nyc_output/

0 commit comments

Comments
 (0)