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.
2 parents 73cd6f3 + ceaea5a commit 2b53466Copy full SHA for 2b53466
ci/.github/workflows/ci.yml
@@ -1,5 +1,13 @@
1
name: RSpec CI
2
-on: [pull_request, push]
+on:
3
+ push:
4
+ branches:
5
+ - 'main'
6
+ - '*-maintenance'
7
+ - '*-dev'
8
+ pull_request:
9
10
+ - '*'
11
jobs:
12
test:
13
name: Ruby ${{ matrix.ruby }}
@@ -25,10 +33,6 @@ jobs:
25
33
bundler: ${{ (matrix.ruby == 'jruby-9.1.17.0' && 1) || 2 }}
26
34
ruby-version: ${{ matrix.ruby }}
27
35
bundler-cache: true
28
- - uses: actions/cache@v2
29
- with:
30
- path: ../bundle
31
- key: ${{ runner.os }}-${{ matrix.ruby }}
32
36
- run: script/update_rubygems_and_install_bundler
37
- run: script/clone_all_rspec_repos
38
- run: bundle install --binstubs --standalone
0 commit comments