We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a91f13 commit 11cbd19Copy full SHA for 11cbd19
.github/workflows/lint_and_test.yaml renamed to .github/workflows/tests.yaml
@@ -1,7 +1,15 @@
1
-on: [push, pull_request]
2
-name: Lint & Test
+name: Tests
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
10
11
jobs:
- rspec:
12
+ test:
13
strategy:
14
matrix:
15
rails: ['5.2', '6.0.4', '6.1']
README.md
@@ -1,6 +1,6 @@
# ice_cube - Easy schedule expansion
-
+[](https://github.com/seejohnrun/ice_cube/actions?query=workflow%3ATests)
[](http://badge.fury.io/rb/ice_cube)
```bash
0 commit comments