Skip to content

Commit 5dd8971

Browse files
committed
run each time
1 parent 2efc99f commit 5dd8971

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
name: Ruby
1+
name: ci
22

33
on:
44
push:
5-
branches:
6-
-
7-
5+
branches: [main]
6+
tags: ['*']
87
pull_request:
8+
branches: [main]
99

1010
jobs:
11-
build:
11+
test:
1212
runs-on: ubuntu-latest
13-
name: Ruby ${{ matrix.ruby }}
13+
name: ruby ${{ matrix.ruby }}
1414
strategy:
1515
matrix:
1616
ruby:
1717
- '3.3.4'
18-
1918
steps:
2019
- uses: actions/checkout@v4
21-
- name: Set up Ruby
22-
uses: ruby/setup-ruby@v1
20+
- uses: ruby/setup-ruby@v1
2321
with:
2422
ruby-version: ${{ matrix.ruby }}
2523
bundler-cache: true
26-
- name: Run the default task
27-
run: bundle exec rake
24+
- run: bundle exec rake

0 commit comments

Comments
 (0)