Skip to content

Commit 6a0cf03

Browse files
author
geekymon2
committed
added branch condition in ci
1 parent b6f1396 commit 6a0cf03

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: CI
33
on:
44
push:
55
pull_request:
6-
6+
branches:
7+
- ci
78
jobs:
89
build-test:
910
runs-on: ubuntu-latest
@@ -28,4 +29,4 @@ jobs:
2829
run: npm run build
2930

3031
- name: Run tests
31-
run: npm test
32+
run: npm test

0 commit comments

Comments
 (0)