Skip to content

Commit b63f613

Browse files
authored
add workflows
1 parent 97909d2 commit b63f613

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,19 @@ jobs:
3636
- run:
3737
name: run tests
3838
command: bundle exec rspec
39+
40+
workflows:
41+
version: 2
42+
commit:
43+
jobs:
44+
- build
45+
nightly:
46+
triggers:
47+
- schedule:
48+
cron: "0 0 * * *"
49+
filters:
50+
branches:
51+
only:
52+
- master
53+
jobs:
54+
- build

0 commit comments

Comments
 (0)